Commit 1b0699d
committed
ci(tests): drop explicit name on windows-acceptance to fix skipped label
GitHub evaluates job-level `if:` before matrix expansion, so a skipped
job with a `${{ matrix.name }}` template leaks the raw template into
the PR checks UI. Removing the explicit `name:` lets GitHub auto-name
from the job id (`windows-acceptance` when skipped, `windows-acceptance
(a-e)` etc. when running).1 parent e84643d commit 1b0699d
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
| |||
0 commit comments