Commit a371627
committed
ci: add aggregate CI OK check so a skipped job cannot pass the gate
The ruleset requires the `build` check, but `build` has `needs: test`, so a
failing `test` leaves `build` reporting "skipped" — and GitHub counts a
skipped required check as satisfied. `test` is not itself required, so
nothing blocked the merge: six Renovate PRs automerged onto a red
`localstack` between Aug 22 and Aug 30.
Add a `ci-ok` job depending on every other job that treats any result other
than "success" as a failure. Requires a matching ruleset change to require
`CI OK` in place of `build`; this commit alone does not close the hole.1 parent 7ec133c commit a371627
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
0 commit comments