From ddae6010ae92b22feb663caeb6d94f949d8acbbc Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 3 Aug 2023 22:16:00 +0300 Subject: [PATCH] continue-on-error --- .github/workflows/haskell-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index b8b89f5b..9674027e 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -26,7 +26,7 @@ jobs: 60 container: image: buildpack-deps:jammy - continue-on-error: ${{ matrix.allowfailure }} + continue-on-error: true # ${{ matrix.allowfailure }} strategy: matrix: include: