Commit aff1d3e
committed
ci: allow manual Tests runs on main via workflow_dispatch
A GitHub Actions outage on 2026-08-06 dropped the push triggers for
several merges to main, so main-HEAD carries no Tests conclusion. Heart's
ws_ci gate reads main-HEAD conclusions, so missing evidence blocks a
release just as a red run would.
Re-running an existing run re-tests that run's own (older) sha, so the
only recovery was pushing an empty commit to main. Adding
workflow_dispatch makes a main-HEAD run re-requestable on demand.
No change to what is tested or when it runs automatically.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MhmtTYYG4BianpWFSffZKN1 parent 0c8c195 commit aff1d3e
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
| 18 | + | |
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
| |||
0 commit comments