You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Gate manual release workflows on wait-for-checks
Replace each release workflow's inline `code_checks` with a `wait-for-checks`
step that verifies the `Checks` workflow already passed on the dispatch
commit (it runs via `on_master.yaml` on every push). Adds the gate to the
stable, beta, docs release, and docs versioning workflows that previously
had none or rebuilt the code checks. Every caller that invokes a workflow
requesting `checks: read` (reusable workflows are capped at the caller's
permissions) explicitly grants it: doc_release in on_master.yaml,
version_docs and doc_release in manual_release_stable.yaml, and
doc_release_post_publish in manual_release_beta.yaml.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments