Skip to content

Commit 01b1cbb

Browse files
Apply suggestions from code review
Co-authored-by: Michael Abbott <[email protected]>
1 parent b9a7eb2 commit 01b1cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-julia-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
tags: '*'
1010
jobs:
1111
test-julia-nightly:
12-
name: Julia ${{ matrix.version }}/${{ matrix.os }}/${{ matrix.arch }}/group ${{ matrix.group }}/${{ matrix.threads }} threads/${{ github.event_name }}
12+
name: v${{ matrix.version }}/t-${{ matrix.threads }}/group-${{ matrix.group }}/${{ github.event_name }}/${{ matrix.arch }}+${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
fail-fast: false

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
tags: '*'
1010
jobs:
1111
test:
12-
name: Julia ${{ matrix.version }}/${{ matrix.os }}/${{ matrix.arch }}/group ${{ matrix.group }}/${{ matrix.threads }} threads/${{ github.event_name }}
12+
name: v${{ matrix.version }}/t-${{ matrix.threads }}/group-${{ matrix.group }}/${{ github.event_name }}/${{ matrix.arch }}+${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
fail-fast: false

0 commit comments

Comments
 (0)