diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5158b54f6ef8..c75efe32b29d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,6 +112,7 @@ jobs: needs: build runs-on: ubuntu-22.04 strategy: + fail-fast: false matrix: # Here support the latest three minor releases of Kubernetes, this can be considered to be roughly # the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/ diff --git a/.github/workflows/cli.yaml b/.github/workflows/cli.yaml index 4268a9706b40..5526a63bf5a0 100644 --- a/.github/workflows/cli.yaml +++ b/.github/workflows/cli.yaml @@ -13,6 +13,7 @@ jobs: name: init runs-on: ubuntu-22.04 strategy: + fail-fast: false matrix: # Here support the latest three minor releases of Kubernetes, this can be considered to be roughly # the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/