Skip to content

CI: gate docs deploy on triggering_actor, not repository_owner#80

Merged
jll63 merged 1 commit into
boostorg:developfrom
jll63:fix/ci
Jul 15, 2026
Merged

CI: gate docs deploy on triggering_actor, not repository_owner#80
jll63 merged 1 commit into
boostorg:developfrom
jll63:fix/ci

Conversation

@jll63

@jll63 jll63 commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

The GitHub Pages deploy step is guarded by github.repository_owner == 'jll63', which is always true for the fork regardless of who triggered the run. As a result the deploy fired on PRs opened by outside contributors and failed on missing permissions. Key the condition on github.triggering_actor so only runs initiated by jll63 deploy; other actors' runs skip the step cleanly.

The GitHub Pages deploy step is guarded by github.repository_owner ==
'jll63', which is always true for the fork regardless of who triggered
the run. As a result the deploy fired on PRs opened by outside
contributors and failed on missing permissions. Key the condition on
github.triggering_actor so only runs initiated by jll63 deploy; other
actors' runs skip the step cleanly.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@cppalliance-bot

Copy link
Copy Markdown

An automated preview of the documentation is available at https://80.openmethod.prtest3.cppalliance.org/libs/openmethod/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-07-15 22:32:51 UTC

@jll63 jll63 merged commit 8c8a875 into boostorg:develop Jul 15, 2026
35 of 54 checks passed
@jll63 jll63 deleted the fix/ci branch July 15, 2026 22:45
@codecov

codecov Bot commented Jul 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.47%. Comparing base (814a8e0) to head (c2652c8).
⚠️ Report is 14 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #80      +/-   ##
===========================================
- Coverage    94.34%   93.47%   -0.87%     
===========================================
  Files           43       43              
  Lines         2916     3172     +256     
  Branches         0     1582    +1582     
===========================================
+ Hits          2751     2965     +214     
- Misses         165      167       +2     
- Partials         0       40      +40     

see 21 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b73235c...c2652c8. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants