diff --git a/.github/workflows/infracost.yml b/.github/workflows/infracost.yml index 526088f82..5a684691e 100644 --- a/.github/workflows/infracost.yml +++ b/.github/workflows/infracost.yml @@ -26,12 +26,12 @@ jobs: runs-on: ubuntu-latest strategy: - fail-fast: true matrix: provider: - aws - gcp - azure + fail-fast: false env: # Specify the path where the Terraform state will be stored diff --git a/.github/workflows/test-provider.yaml b/.github/workflows/test-provider.yaml index 289f674d2..2e532af53 100644 --- a/.github/workflows/test-provider.yaml +++ b/.github/workflows/test-provider.yaml @@ -51,6 +51,7 @@ jobs: - none - github-actions - gitlab-ci + fail-fast: false steps: - name: "Checkout Infrastructure" uses: actions/checkout@v3 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a3b71705a..db721d207 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,6 +37,7 @@ jobs: - "3.9" - "3.10" - "3.11" + fail-fast: false steps: - name: "Checkout Infrastructure" uses: actions/checkout@v3