mirror of https://github.com/aminya/setup-cpp
ci: do not fail fast on docker job failures
This commit is contained in:
parent
e799c954a4
commit
f3cbe53fbc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue