Skip to content

Commit f3cbe53

Browse files
committed
ci: do not fail fast on docker job failures
1 parent e799c95 commit f3cbe53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip docker]') }}
8585
runs-on: ${{ matrix.os }}
8686
strategy:
87+
fail-fast: false
8788
matrix:
8889
os:
8990
- ubuntu-20.04

0 commit comments

Comments
 (0)