ci: add skip test trigger for docker tests [skip ci]

This commit is contained in:
Amin Yahyaabadi 2023-01-17 12:15:33 -08:00
parent f257e5bb26
commit 77554aa028
1 changed files with 1 additions and 1 deletions

View File

@ -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