Skip to content

ci: test docs workflow trigger on ellphi-0.1.2 - #111

Closed
t-uda wants to merge 1 commit into
ellphi-0.1.2from
codex/docs-trigger-ellphi-012
Closed

ci: test docs workflow trigger on ellphi-0.1.2#111
t-uda wants to merge 1 commit into
ellphi-0.1.2from
codex/docs-trigger-ellphi-012

Conversation

@t-uda

@t-uda t-uda commented Mar 25, 2026

Copy link
Copy Markdown
Owner

Switch the docs workflow push trigger from docs/mkdocs-web-reference to ellphi-0.1.2 so we can verify docs CI on the release branch before the version bump.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 48602c11fe

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

branches:
- main
- docs/mkdocs-web-reference
- ellphi-0.1.2

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restrict docs deploy trigger to main

Adding ellphi-0.1.2 to the push trigger causes every push to that release branch to run the deploy path (mkdocs gh-deploy --force), because deployment is gated only on github.event_name == 'push'. In practice this can overwrite the published docs with release-branch content while you only intended to validate CI there; use a non-deploy trigger (e.g., PR/workflow_dispatch) or branch-check the deploy step.

Useful? React with 👍 / 👎.

@codecov

codecov Bot commented Mar 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@t-uda t-uda closed this Mar 25, 2026
@t-uda
t-uda deleted the codex/docs-trigger-ellphi-012 branch March 25, 2026 06:44
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.

1 participant