File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
136
136
Test :
137
137
name : Test-${{ matrix.os }}
138
- if : ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip test]') }}
138
+ if : ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
139
139
needs : [Build]
140
140
runs-on : ${{ matrix.os }}
141
141
strategy :
@@ -191,6 +191,7 @@ jobs:
191
191
# uses: mxschmitt/action-tmate@v3
192
192
193
193
- name : Tests
194
+ if : ${{ !contains(github.event.head_commit.message, '[skip test]') }}
194
195
run : |
195
196
pnpm run test
196
197
env :
@@ -214,7 +215,7 @@ jobs:
214
215
215
216
Docker :
216
217
name : Test-${{ matrix.container }}
217
- if : ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip test]') }}
218
+ if : ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
218
219
needs : [Build]
219
220
runs-on : ${{ matrix.os }}
220
221
strategy :
You can’t perform that action at this time.
0 commit comments