diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 41ecc1ec36..de2e2786e3 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -9,6 +9,7 @@ jobs: issues: write runs-on: ubuntu-latest strategy: + fail-fast: false matrix: k8sVersion: ["1.25.x", "1.26.x", "1.27.x", "1.28.x", "1.29.x", "1.30.x"] steps: diff --git a/.github/workflows/presubmit.yaml b/.github/workflows/presubmit.yaml index f8fd205f70..0b113a96cb 100644 --- a/.github/workflows/presubmit.yaml +++ b/.github/workflows/presubmit.yaml @@ -12,8 +12,9 @@ jobs: issues: write runs-on: ubuntu-latest strategy: - matrix: - k8sVersion: ["1.25.x", "1.26.x", "1.27.x", "1.28.x", "1.29.x", "1.30.x"] + fail-fast: false + matrix: + k8sVersion: ["1.25.x", "1.26.x", "1.27.x", "1.28.x", "1.29.x", "1.30.x"] steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: ./.github/actions/install-deps