Skip to content

Commit caa79a1

Browse files
committed
Configure action to not abort all jobs if one fails
1 parent 1b93ac0 commit caa79a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scan.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
scan:
2727
needs: image_list
2828
runs-on: ubuntu-latest
29+
continue-on-error: true
2930
strategy:
31+
fail_fast: false
3032
matrix:
3133
product_version: ${{ fromJson(needs.image_list.outputs.matrix) }}
3234
steps:

0 commit comments

Comments
 (0)