We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f257e5b commit 77554aaCopy full SHA for 77554aa
.github/workflows/CI.yml
@@ -112,7 +112,7 @@ jobs:
112
./dist/node16/
113
114
Docker:
115
- 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]') }}
116
runs-on: ${{ matrix.os }}
117
strategy:
118
fail-fast: false
0 commit comments