Skip to content

Commit 868eff5

Browse files
committed
Set fail fast to false for hooks
Ensures that the jobs that are working keep running to easier identify if one of them is broken
1 parent 14a57c4 commit 868eff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ jobs:
578578
- k8s-setup
579579
runs-on: ubuntu-22.04
580580
strategy:
581+
fail-fast: false
581582
matrix:
582583
hook:
583584
- cascading-scans

0 commit comments

Comments
 (0)