aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-20 23:58:36 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-20 23:58:37 +0900
commitd10e28b875a58e2c4422b8df8f4bbcc2fb0362d0 (patch)
tree454b502f261c347b88bac46f2b2e3f925cb1cbba /.github/workflows/windows.yml
parent235d810c2ecd1289c963f6dc6cce78ae2572d034 (diff)
downloadruby-d10e28b875a58e2c4422b8df8f4bbcc2fb0362d0.tar.gz
Skip tests on Actions if [ci skip]
It seems that we cannot easily apply job-level [ci skip]. Therefore this commit skips only Tests step if it's [ci skip].
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 20e985dc8d..256d53f7f0 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -53,6 +53,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
nmake ${{ matrix.test_task }}
+ if: "!contains(github.event.head_commit.message, '[ci skip]')"
- uses: k0kubun/action-slack@v1.0.0
with:
payload: |