ci: do not fail fast on docker job failures

This commit is contained in:
Amin Yahyaabadi 2022-06-29 19:12:35 -07:00
parent e799c954a4
commit f3cbe53fbc
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip docker]') }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04