Commit b28224b
authored
fix(ci): switch execute-release to push trigger + commit-msg gate (#800)
pull_request:closed fires for every PR merged to main, and when all
jobs have false if: conditions GitHub reports startup_failure instead
of a clean skip. Adopted the bluefin-lts pattern:
- Trigger on push:main and workflow_dispatch
- check-trigger job reads the squash-merge commit message
- execute only runs when message starts with
'ci: promote testing images to stable'
- workflow_dispatch always runs execute (manual re-trigger path)
- Proper top-level permissions (superset of all job needs)
Fixes the startup_failure that has affected every run since the
workflow was introduced on 2026-06-09.
Assisted-by: Claude Sonnet 4.5 via pi1 parent 1dea3e5 commit b28224b
1 file changed
Lines changed: 22 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
20 | 36 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 37 | + | |
| 38 | + | |
25 | 39 | | |
26 | 40 | | |
27 | 41 | | |
| |||
43 | 57 | | |
44 | 58 | | |
45 | 59 | | |
| 60 | + | |
46 | 61 | | |
47 | 62 | | |
48 | 63 | | |
| |||
0 commit comments