Skip to content

Commit f225a87

Browse files
committed
remove event name from workflow titles
1 parent 7d25494 commit f225a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

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

1818
jobs:
1919
test:
20-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
20+
name: Julia ${{ matrix.version }} - ${{ matrix.os }}
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
fail-fast: false

0 commit comments

Comments
 (0)