aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-10-09 17:46:05 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-10-09 17:46:05 +0900
commit6f11c3b3354bef107f894f112ff7698414c7bae5 (patch)
treedf733d16b7d01ad9d308b0637ed9a561bccaa53d /.github
parentd0e30fc955a3a91952c6d63c56d900b72d657a3a (diff)
downloadruby-6f11c3b3354bef107f894f112ff7698414c7bae5.tar.gz
Check '[ci skip]' at job level
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml1
-rw-r--r--.github/workflows/ubuntu.yml1
-rw-r--r--.github/workflows/windows.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 339cd97bca..7647b0668e 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -13,6 +13,7 @@ jobs:
matrix:
test_task: [ "check", "test-bundler", "test-bundled-gems" ]
fail-fast: false
+ if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Disable Firewall
run: |
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 03e5645d8f..abb4e54ad9 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -13,6 +13,7 @@ jobs:
matrix:
test_task: [ "check", "test-bundler", "test-bundled-gems" ]
fail-fast: false
+ if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- run: env | sort
- name: Dump GitHub context
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index cd7b98489f..ebecaa4de1 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -20,6 +20,7 @@ jobs:
vs: 2017
fail-fast: false
runs-on: ${{ matrix.os }}
+ if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Install libraries with vcpkg
run: |