From 8da20721a7fe1f0cc1c149137ca43e29b0b918da Mon Sep 17 00:00:00 2001 From: Brandt Keller <43887158+brandtkeller@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:57:38 -0700 Subject: [PATCH] Update .github/workflows/pull-request-conditionals.yaml Co-authored-by: Micah Nagel --- .github/workflows/pull-request-conditionals.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-conditionals.yaml b/.github/workflows/pull-request-conditionals.yaml index cd22b6ace..f8e112e29 100644 --- a/.github/workflows/pull-request-conditionals.yaml +++ b/.github/workflows/pull-request-conditionals.yaml @@ -92,6 +92,7 @@ jobs: strategy: matrix: flavor: [upstream, registry1, unicorn] + fail-fast: false uses: ./.github/workflows/compliance.yaml with: flavor: ${{ matrix.flavor }}