Skip to content

Commit 8636a01

Browse files
Tweak name logic
1 parent 0e60689 commit 8636a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
cancel-in-progress: true
2121
jobs:
2222
tests:
23-
name: ${{ (matrix.codecov == 'true' && 'Codecov') || (matrix.codspeed == 'true' && 'CodSpeed') || format('Test Python {0} on {1}{2}', matrix.python_version, matrix.os, (matrix.dependencies == 'min' || matrix.dependencies == 'max') && format(' with {0} dependencies', matrix.dependencies) || '') }}
23+
name: ${{ (matrix.codecov == 'true' && 'Codecov') || (matrix.codspeed == 'true' && 'CodSpeed') || format('Test Python {0} {1}', matrix.python_version, ((matrix.dependencies == 'min' || matrix.dependencies == 'max') && format('{0} dependencies', matrix.dependencies)) || (matrix.os || 'ubuntu-latest')) }}
2424
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
2525
env:
2626
PYTHONIOENCODING: utf-8

0 commit comments

Comments
 (0)