Skip to content

Commit 32f1273

Browse files
authored
Add "Test" prefix to the job name (#403)
It makes setting up protection rule easier.
1 parent ffa9f47 commit 32f1273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- os: windows-latest
3030
julia-version: '1.3'
3131
fail-fast: false
32-
name: ${{ matrix.os }} ${{ matrix.architecture }}
32+
name: Test ${{ matrix.os }} ${{ matrix.architecture }}
3333
Python ${{ matrix.python-version }}
3434
Julia ${{ matrix.julia-version }}
3535
steps:

0 commit comments

Comments
 (0)