Skip to content

Commit deb9261

Browse files
authored
ci: allow running other jobs in the matrix if one of them fails (#8624)
1 parent fd5d26d commit deb9261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ jobs:
240240
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
241241
timeout-minutes: 20
242242
strategy:
243+
fail-fast: false
243244
matrix:
244245
os:
245246
- ubuntu-latest

0 commit comments

Comments
 (0)