Commit d93400b
Fix release preflight: use startswith for matrix job name matching
The preflight checked for exact name "Go Build & Test" but CI produces
matrix jobs named "Go Build & Test (registry)", etc. Use jq startswith
to match all matrix variants and require all to be success.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e964897 commit d93400b
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | | - | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments