Skip to content

Commit 8178df7

Browse files
author
Michael Abbott
committed
add some space
1 parent 5819089 commit 8178df7

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: NIGHTLY-t${{ matrix.threads }}/group-${{ matrix.group }}/${{ github.event_name }}/${{ matrix.arch }}+${{ matrix.os }}
12+
name: NIGHTLY -t${{ matrix.threads }} / group-${{ matrix.group }} / ${{ github.event_name }} / ${{ matrix.os }}+${{ matrix.arch }}
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: v${{ matrix.version }}-t${{ matrix.threads }}/group-${{ matrix.group }}/${{ github.event_name }}/${{ matrix.arch }}+${{ matrix.os }}
12+
name: v${{ matrix.version }} -t${{ matrix.threads }} / group-${{ matrix.group }} / ${{ github.event_name }} / ${{ matrix.os }}+${{ matrix.arch }}
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
fail-fast: false

0 commit comments

Comments
 (0)