Skip to content

Commit 90d2b75

Browse files
committed
Renamed CI gate job to the org-standard "Required checks pass"
Branch protection currently requires the check named "All tests pass", which couples the ruleset to this repo's particular CI naming. The org is standardizing every repository on a single stable aggregator check named "Required checks pass", so rulesets can be managed uniformly and never silently break when individual CI jobs are renamed or matrixed. 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 merge.
1 parent 73ee6a5 commit 90d2b75

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)