From a5168d1d06cc188a0403616c8bfc04308d3f079f Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Wed, 25 Jan 2023 23:01:47 +0530 Subject: [PATCH] fix(ci): do not fail fast for matrix runs (#7132) --- .github/workflows/build-and-test.yml | 1 + .github/workflows/metadata-ingestion.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index d83dd2766770b2..96ebe1e4f75d3f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -22,6 +22,7 @@ concurrency: jobs: build: strategy: + fail-fast: false matrix: command: [ diff --git a/.github/workflows/metadata-ingestion.yml b/.github/workflows/metadata-ingestion.yml index 66418510293833..89e145ec101675 100644 --- a/.github/workflows/metadata-ingestion.yml +++ b/.github/workflows/metadata-ingestion.yml @@ -30,6 +30,7 @@ jobs: # TODO: Enable this once the test is fixed. # DATAHUB_LOOKML_GIT_TEST_SSH_KEY: ${{ secrets.DATAHUB_LOOKML_GIT_TEST_SSH_KEY }} strategy: + fail-fast: false matrix: python-version: ["3.7", "3.10"] command: