Skip to content

Commit 9a0f97b

Browse files
authored
ci: drop display name from meta-2 job so check reports as job id (#3)
Branch protection on main requires a check called "meta-2" (the job id), but the workflow's `name: META-2 source/test separation` was overriding the displayed check name, so the protection rule waited forever for a status that never reported under that name. Dropping the name field makes GitHub use the job id as the check name, matching the protection rule. The `test` job already has no name field and reports correctly as "test". Pure workflow fix. No semantic change to the check's behaviour. Same fix landed on chbrain/khai via #4 (mvp/khai-2-specs branch).
1 parent e8e663d commit 9a0f97b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
run: npm test
2525

2626
meta-2:
27-
name: META-2 source/test separation
2827
runs-on: ubuntu-latest
2928
if: github.event_name == 'pull_request'
3029
steps:

0 commit comments

Comments
 (0)