From da8093e3d9634ca6f0aa86a8e9cf2f2cfcef0e6e Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 28 Oct 2024 17:02:16 +0530 Subject: [PATCH] Temporarily remove the hard stop on the CIs --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index ca9a410d57..42e21dd1a7 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -62,7 +62,7 @@ jobs: SUBDIR: ${{ matrix.subdir }} runs-on: ${{ matrix.runner }} - continue-on-error: ${{ matrix.ignore_error }} + continue-on-error: true strategy: fail-fast: true matrix: