diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 91e5cbb17..7328bd33e 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -81,10 +81,10 @@ jobs: name: "Build and run e2e Test" runs-on: ubuntu-latest timeout-minutes: 35 - continue-on-error: true permissions: contents: read strategy: + fail-fast: false matrix: KUBERNETES_VERSION: ["1.26.10", "1.27.7"] GATEKEEPER_VERSION: ["3.12.0", "3.13.0", "3.14.0"] @@ -140,11 +140,11 @@ jobs: runs-on: ubuntu-latest if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'workflow_dispatch' || github.event_name == 'push' timeout-minutes: 30 - continue-on-error: true permissions: id-token: write contents: read strategy: + fail-fast: false matrix: KUBERNETES_VERSION: ["1.26.10", "1.27.7"] GATEKEEPER_VERSION: ["3.12.0", "3.13.0", "3.14.0"]