Skip to content

ci: handle workflow_dispatch on tag refs; docs deploy note - #698

Merged
nitrobass24 merged 1 commit into
developfrom
fix/ci-dispatch-tag-and-docs-note
Aug 25, 2026
Merged

nitrobass24 merged 1 commit into
developfrom
fix/ci-dispatch-tag-and-docs-note

Conversation

@nitrobass24

Copy link
Copy Markdown
Owner

Addresses two CodeRabbit findings from #694 (fixed here on develop so master never gets ahead; rides into #695).

  • ci.yml: manual-dispatch metadata now also emits type=ref,event=tag, so a dispatch on refs/tags/* still yields an image tag for the manifest step (previously the last-run dispatch step overwrote release metadata with an empty tag list).
  • website/README.md: deploy note now states the docs workflow publishes only when website/ changes are pushed to master.

Skipped from the same review: threading.Lock annotation → _thread.LockType (valid class on the 3.13 runtime, pyright strict passes); latestChecked spec subscription (outside diff, test-only, no behavioral effect).

Test plan

  • YAML unchanged apart from the one added line; existing dispatch-on-branch path unaffected
  • CI

…nly on master pushes

A workflow_dispatch on a refs/tags/* ref produced no image tag from
type=ref,event=branch, and since the dispatch metadata step runs last it
emptied the manifest command's -t list. Add type=ref,event=tag.
@coderabbitai

coderabbitai Bot commented Aug 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 59 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 320c48a3-0269-4df9-9fe8-53a24eb279e0

📥 Commits

Reviewing files that changed from the base of the PR and between b166f57 and 957b186.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • website/README.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@nitrobass24
nitrobass24 merged commit af32580 into develop Aug 25, 2026
17 checks passed
@nitrobass24
nitrobass24 deleted the fix/ci-dispatch-tag-and-docs-note branch August 25, 2026 16:09
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