Skip to content

Commit

Permalink
Remove continue-on-error line.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Oct 1, 2024
1 parent acb7b59 commit 7df8b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

name: '${{ matrix.platform.os }}-${{ matrix.cpu }} (Nim ${{ matrix.nim.branch }})'
runs-on: ${{ matrix.platform.builder }}
continue-on-error: ${{ matrix.nim.branch == 'devel' || matrix.nim.branch == 'version-2-0' }}
# 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
Expand Down

0 comments on commit 7df8b35

Please sign in to comment.