Commit fd2430a
committed
fix: emit Build kernels (x86_64|arm64) checks for branch protection
The 'Main' ruleset on this repo requires status checks named exactly
'Build kernels (x86_64)' and 'Build kernels (arm64)' (left over from
the previous workflow). The new per-(version, arch) jobs use different
names, so those required checks never reported and PRs couldn't merge.
Add a tiny aggregator job whose name interpolates to those exact two
strings and that gates on the build matrix's combined result, so
parallelism stays per-(version, arch) but branch protection is
satisfied.1 parent ef204f4 commit fd2430a
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
65 | 85 | | |
66 | 86 | | |
67 | 87 | | |
| |||
0 commit comments