Skip to content

Commit 9334bc2

Browse files
committed
test: fix CI badge
1 parent fe935e7 commit 9334bc2

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 @@ jobs:
1717
permissions: # needed for julia-actions/cache delete old caches that it has created
1818
actions: write
1919
contents: read
20-
continue-on-error: ${{ matrix.version == 'nightly' || matrix.version == 'pre' }}
20+
continue-on-error: ${{ matrix.version == 'pre' }}
2121
strategy:
2222
fail-fast: false
2323
matrix:

0 commit comments

Comments
 (0)