mirror of https://github.com/aminya/setup-cpp
ci: add skip test trigger for docker tests [skip ci]
This commit is contained in:
parent
f257e5bb26
commit
77554aa028
|
@ -112,7 +112,7 @@ jobs:
|
|||
./dist/node16/
|
||||
|
||||
Docker:
|
||||
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip docker]') }}
|
||||
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip test]') }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in New Issue