Skip to content

Commit aed48b3

Browse files
fix: update test job names to match branch protection rules
1 parent 0a22bb6 commit aed48b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
SKIP: no-commit-to-branch
3131

3232
test:
33-
name: Test (${{ matrix.python-version }}) (${{ matrix.os }}) (${{ matrix.dep-resolution.name }})
33+
name: test (${{ matrix.python-version }}, ${{ matrix.dep-resolution.name }}, ${{ matrix.os }})
3434
runs-on: ${{ matrix.os }}
3535
timeout-minutes: 10
3636
continue-on-error: true

0 commit comments

Comments
 (0)