Commit 19fed71
committed
ci: add Build Summary aggregator job
The matrix prune in this PR (`[11, 17, 21]` → `[17]` on PR) means
the per-version check names (`build (11)`, `build (21)`) don't
report on PR runs. Branch protection requires those names, so PRs
get permanently blocked.
Add a `Build Summary` aggregator that always runs, reflects the
overall matrix result (success/skipped → green; failure → red), and
emits a stable single check name regardless of matrix shape. Branch
protection should require `Build Summary` instead of the per-version
names — same pattern axonflow-enterprise uses with its
`Build Summary` / `Test Summary` aggregators.
Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>1 parent 12a62a2 commit 19fed71
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
97 | 117 | | |
98 | 118 | | |
99 | 119 | | |
| |||
0 commit comments