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 fe935e7 commit 9334bc2Copy full SHA for 9334bc2
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
permissions: # needed for julia-actions/cache delete old caches that it has created
18
actions: write
19
contents: read
20
- continue-on-error: ${{ matrix.version == 'nightly' || matrix.version == 'pre' }}
+ continue-on-error: ${{ matrix.version == 'pre' }}
21
strategy:
22
fail-fast: false
23
matrix:
0 commit comments