Skip to content

Commit ddae601

Browse files
committed
continue-on-error
1 parent 24779a9 commit ddae601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
60
2727
container:
2828
image: buildpack-deps:jammy
29-
continue-on-error: ${{ matrix.allowfailure }}
29+
continue-on-error: true # ${{ matrix.allowfailure }}
3030
strategy:
3131
matrix:
3232
include:

0 commit comments

Comments
 (0)