Skip to content

Commit

Permalink
Rollback to continue-on-error to compare.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Sep 27, 2024
1 parent 1862b7d commit acb7b59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/daily_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:

name: '${{ matrix.platform.os }}-${{ matrix.cpu }} (Nim ${{ matrix.nim.branch }})'
runs-on: ${{ matrix.platform.builder }}
if: success() || failure() # Continue jobs even if previous jobs failed, but not if cancelled.
continue-on-error: ${{ matrix.nim.branch == 'devel' || matrix.nim.branch == 'version-2-0' }}
# if: success() || failure() # Continue jobs even if previous jobs failed, but not if cancelled.
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit acb7b59

Please sign in to comment.