mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
ci: allow running other jobs in the matrix if one of them fails (#8624)
This commit is contained in:
@@ -240,6 +240,7 @@ jobs:
|
||||
if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
|
||||
timeout-minutes: 20
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user