Skip to content

Commit

Permalink
Don't fail fast CI workflow (rancher#442)
Browse files Browse the repository at this point in the history
With flaky tests or Docker rate limit, it's very annoying to have a
job's failure cancel another job. Instead, let all jobs run to
completion, this way we can restart only the failed one.
  • Loading branch information
tomleb committed Jul 10, 2024
1 parent 7db7696 commit e867c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
build:
name: CI
strategy:
fail-fast: false
matrix:
archBox:
- { arch: amd64, vmArch: x64 }
Expand Down

0 comments on commit e867c48

Please sign in to comment.