Skip to content

Commit

Permalink
Temporarily remove the hard stop on the CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Nov 4, 2024
1 parent ca5b735 commit c91d3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
SUBDIR: ${{ matrix.subdir }}

runs-on: ${{ matrix.runner }}
continue-on-error: ${{ matrix.ignore_error }}
continue-on-error: true
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit c91d3f6

Please sign in to comment.