Skip to content

Commit da8093e

Browse files
committedOct 29, 2024
Temporarily remove the hard stop on the CIs
1 parent 9c53422 commit da8093e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/haskell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
SUBDIR: ${{ matrix.subdir }}
6363

6464
runs-on: ${{ matrix.runner }}
65-
continue-on-error: ${{ matrix.ignore_error }}
65+
continue-on-error: true
6666
strategy:
6767
fail-fast: true
6868
matrix:

0 commit comments

Comments
 (0)