Skip to content

Commit a48ea71

Browse files
committed
Temporarily remove the hard stop on the CIs
1 parent 651ad21 commit a48ea71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
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)