Skip to content

Commit f4abd54

Browse files
authored
fix job name
1 parent 56dbd6d commit f4abd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
name: ${{ matrix.package.repo }}/${{ matrix.julia-version }}
10+
name: ${{ matrix.package }}/${{ matrix.julia-version }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
fail-fast: false

0 commit comments

Comments
 (0)