Skip to content

Commit 169e46c

Browse files
committed
Standardized CI gate on the org-wide "Required checks pass" check
Branch protection previously required the check named "All tests pass", which couples the ruleset to this repo's particular CI job naming. The org is standardizing every repository on a single stable aggregator check named "Required checks pass", so rulesets can require one context everywhere regardless of how each repo's test matrix evolves. This renames the existing aggregator job (id and name only — needs coverage, trigger conditions, and the failure/cancelled verification step are unchanged). The branch ruleset is being updated in the same pass to require the new check name, so this PR must go green on the new gate before merging.
1 parent aa1ce54 commit 169e46c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- run: pnpm exec gscan --fatal --verbose .
3434

35-
all-tests-pass:
36-
name: All tests pass
35+
required-checks-pass:
36+
name: Required checks pass
3737
if: always()
3838
needs: [test]
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)