Skip to content

Commit 1b0699d

Browse files
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

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ jobs:
140140
run: ./bashunit --parallel --jobs 4 ${{ matrix.test_path }}
141141

142142
windows-acceptance:
143-
name: "Windows acceptance - ${{ matrix.name }}"
144143
if: github.event_name == 'push'
145144
timeout-minutes: 10
146145
runs-on: windows-latest

0 commit comments

Comments
 (0)