Skip to content

Commit 668e6fc

Browse files
committed
Simplify workflow name
1 parent 0ff2a16 commit 668e6fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818

1919
docs:
20-
name: Docs - ${{ matrix.pkg.name }}
20+
name: ${{ matrix.pkg.name }}
2121
runs-on: ubuntu-latest
2222
permissions:
2323
contents: write

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818

1919
test:
20-
name: Test - ${{ matrix.pkg.name }} - Julia ${{ matrix.version }}
20+
name: ${{ matrix.pkg.name }} - Julia ${{ matrix.version }}
2121
runs-on: ${{ matrix.os }}
2222
timeout-minutes: 60
2323
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created

0 commit comments

Comments
 (0)