diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index d83dd2766770b..96ebe1e4f75d3 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 6641851029383..89e145ec10167 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: