Skip to content

Commit 056b229

Browse files
authored
Give the CI job a useful name
Existing names overflow the display area on github, and have useless and unlabeled information in them
1 parent 759d718 commit 056b229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616

1717
jobs:
1818
Test:
19+
name: ${{matrix.os}} ${{matrix.compiler}} ${{matrix.build_type}} ${{matrix.packaging_maintainer_mode == 'ON' && '(maintainer mode)' || ''}}
1920
runs-on: ${{ matrix.os }}
2021
strategy:
2122
fail-fast: false

0 commit comments

Comments
 (0)