Skip to content

Commit

Permalink
Correctly set continue-on-error to ignore errors for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed May 2, 2024
1 parent 3ea64a4 commit 50e26c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.version == 'nightly' }}
timeout-minutes: 60
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
actions: write
Expand Down

0 comments on commit 50e26c7

Please sign in to comment.