Skip to content

Commit b5e91b7

Browse files
committed
Change job names
1 parent 52ea304 commit b5e91b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: [ '3.7', '3.8', '3.9' ]
19-
name: Python ${{ matrix.python-version }} sample
19+
name: Python ${{ matrix.python-version }} Run
2020
steps:
2121
- uses: actions/checkout@v6
2222
- uses: actions/setup-python@v6
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
42-
name: Python ${{ matrix.python-version }} sample
42+
name: Python ${{ matrix.python-version }} Run
4343
steps:
4444
- uses: actions/checkout@v6
4545
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)