File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135
136136 Test :
137137 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]') }}
139139 needs : [Build]
140140 runs-on : ${{ matrix.os }}
141141 strategy :
@@ -191,6 +191,7 @@ jobs:
191191 # uses: mxschmitt/action-tmate@v3
192192
193193 - name : Tests
194+ if : ${{ !contains(github.event.head_commit.message, '[skip test]') }}
194195 run : |
195196 pnpm run test
196197 env :
@@ -214,7 +215,7 @@ jobs:
214215
215216 Docker :
216217 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]') }}
218219 needs : [Build]
219220 runs-on : ${{ matrix.os }}
220221 strategy :
You can’t perform that action at this time.
0 commit comments