From 74e02e00400239b89c6a437997e3d58501fba8af Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 11 Feb 2025 16:04:03 -0800 Subject: [PATCH] ci: don't fail fast on integration tests matrix (#50) --- .github/workflows/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d6ada44..29ba6e6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -19,6 +19,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }} strategy: + fail-fast: false matrix: include: - auth: PAT