Skip to content

Commit

Permalink
Encode Julia version in name
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Apr 29, 2024
1 parent ed1f52c commit 5ac6389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:
test:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: ${{ matrix.os }} - ${{ github.event_name }}
name: ${{ matrix.os }} - Julia v${{ matrix.julia_version }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 5ac6389

Please sign in to comment.