Skip to content

Commit e135e6b

Browse files
committed
chore(ci): don't fail all test image update jobs if one fails
1 parent 594de4e commit e135e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-docker-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
if: github.repository_owner == 'scop' && github.ref == 'refs/heads/main'
2424
strategy:
25+
fail-fast: false
2526
matrix:
2627
include:
2728
- dist: alpine

0 commit comments

Comments
 (0)