Skip to content

Commit

Permalink
replay-verify: not cancel other sub-jobs on first failure
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse authored and Poytr1 committed Oct 4, 2023
1 parent f222327 commit 5347541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow-run-replay-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
timeout-minutes: ${{ inputs.TIMEOUT_MINUTES || 720 }}
runs-on: ${{ inputs.RUNS_ON }}
strategy:
fail-fast: false
matrix:
number: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] # runner number
steps:
Expand Down

0 comments on commit 5347541

Please sign in to comment.