Skip to content

Commit

Permalink
Don't fail fast CI workflow (#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 authored Jul 10, 2024
1 parent 2fe9b00 commit 18fbc9b
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 @@ -24,6 +24,7 @@ jobs:
build:
name: CI
strategy:
fail-fast: false
matrix:
archBox:
- { arch: amd64, vmArch: x64 }
Expand Down

0 comments on commit 18fbc9b

Please sign in to comment.