Skip to content

Commit 77554aa

Browse files
committed
ci: add skip test trigger for docker tests [skip ci]
1 parent f257e5b commit 77554aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
./dist/node16/
113113
114114
Docker:
115-
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip docker]') }}
115+
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip test]') }}
116116
runs-on: ${{ matrix.os }}
117117
strategy:
118118
fail-fast: false

0 commit comments

Comments
 (0)