From a9c89289000a74a39601dba586aa4c5bb2f2890e Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:07:56 -0800 Subject: [PATCH] Disable fail-fast in CI (#57473) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67cbb21f38b..c5570a3dd5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: node-version: - '20'