From fa11791c327c0466d90bfa1beb13df4087957ce1 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 28 Oct 2025 19:32:40 -0700 Subject: [PATCH] fix --- .github/workflows/backward-compat.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backward-compat.yml b/.github/workflows/backward-compat.yml index fc27acb62..87186660e 100644 --- a/.github/workflows/backward-compat.yml +++ b/.github/workflows/backward-compat.yml @@ -284,6 +284,7 @@ jobs: - name: Run integration tests with release config if: steps.get_release.outputs.has_release == 'true' && steps.extract_config.outputs.has_config == 'true' + continue-on-error: true uses: ./.github/actions/run-and-record-tests with: stack-config: /tmp/release-ci-tests-run.yaml