We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24779a9 commit ddae601Copy full SHA for ddae601
.github/workflows/haskell-ci.yml
@@ -26,7 +26,7 @@ jobs:
26
60
27
container:
28
image: buildpack-deps:jammy
29
- continue-on-error: ${{ matrix.allowfailure }}
+ continue-on-error: true # ${{ matrix.allowfailure }}
30
strategy:
31
matrix:
32
include:
0 commit comments