From 9ffc75b86a1072c5e417aa60458c2feebacc16d8 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: