We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14195e0 commit abb5676Copy full SHA for abb5676
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ concurrency:
16
17
jobs:
18
test:
19
- name: ${{ matrix.downgrade && 'Downgrade / ' || '' }}Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: ${{ matrix.downgrade && 'Downgrade / ' || '' }}Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
20
runs-on: ${{ matrix.os }}
21
strategy:
22
fail-fast: false
0 commit comments