Skip to content

ci: Allow manually dispatching the master Checks workflow#1917

Merged
vdusek merged 1 commit into
masterfrom
ci/manual-checks-dispatch
May 26, 2026
Merged

ci: Allow manually dispatching the master Checks workflow#1917
vdusek merged 1 commit into
masterfrom
ci/manual-checks-dispatch

Conversation

@vdusek
Copy link
Copy Markdown
Collaborator

@vdusek vdusek commented May 26, 2026

Summary

Adds workflow_dispatch to CI (master) so the Checks suite can be re-run manually on the same commit when the push-triggered run is lost — e.g. during a GitHub outage. The doc_release / beta_release jobs are gated on github.event_name == 'push' so manual dispatches only re-run the checks and never re-publish.

The redundant workflow_dispatch trigger on _checks.yaml is removed: dispatching it directly produced check-run names without the Checks / prefix, so the wait-for-checks gate in the manual release workflows wouldn't recognize them anyway.

How to use

When a push-triggered Checks run on master is missing, go to Actions → CI (master) → Run workflow on master. Once it succeeds, the manual release workflows' wait-for-checks gate will be satisfied.

So we can re-run the Checks suite when the push-triggered run is lost
(e.g. during a GitHub outage), unblocking gated manual release workflows
that wait for a successful `Checks /…` check on the same commit.
@vdusek vdusek added t-tooling Issues with this label are in the ownership of the tooling team. adhoc Ad-hoc unplanned task added during the sprint. labels May 26, 2026
@vdusek vdusek self-assigned this May 26, 2026
@vdusek vdusek requested a review from janbuchar May 26, 2026 13:38
@vdusek vdusek added t-tooling Issues with this label are in the ownership of the tooling team. adhoc Ad-hoc unplanned task added during the sprint. labels May 26, 2026
@github-actions github-actions Bot added this to the 141st sprint - Tooling team milestone May 26, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.92%. Comparing base (12ef1cb) to head (b35c30e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1917   +/-   ##
=======================================
  Coverage   92.91%   92.92%           
=======================================
  Files         167      167           
  Lines       11714    11714           
=======================================
+ Hits        10884    10885    +1     
+ Misses        830      829    -1     
Flag Coverage Δ
unit 92.92% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek merged commit 2c4b3bf into master May 26, 2026
33 checks passed
@vdusek vdusek deleted the ci/manual-checks-dispatch branch May 26, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants