Skip to content

Commit

Permalink
ci: switch to fail-fast from continue-on-error (ratify-project#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li authored Jan 4, 2024
1 parent 315cfe4 commit c2c51b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit c2c51b6

Please sign in to comment.