Commit 9a0f97b
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments