Skip to content

Commit aea64d3

Browse files
committed
ci: less verbose job names
1 parent 53300f1 commit aea64d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
unit:
21-
name: unit/${{ matrix.group }}-${{ matrix.julia-version }}-${{ matrix.os }}
21+
name: u/${{ matrix.group }}-${{ matrix.julia-version }}-${{ matrix.os }}
2222
runs-on: ${{ matrix.os }}
2323
timeout-minutes: 60
2424
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
@@ -81,7 +81,7 @@ jobs:
8181
retention-days: 1
8282

8383
integration:
84-
name: integration/${{ matrix.group }}-${{ matrix.julia-version }}-ubuntu-latest
84+
name: i/${{ matrix.group }}-${{ matrix.julia-version }}-ubuntu-latest
8585
runs-on: ubuntu-latest
8686
timeout-minutes: 60
8787
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository

0 commit comments

Comments
 (0)