1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Check '[ci skip]' at job level

This commit is contained in:
Kazuhiro NISHIYAMA 2019-10-09 17:46:05 +09:00
parent d0e30fc955
commit 6f11c3b335
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
3 changed files with 3 additions and 0 deletions

View file

@ -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: |

View file

@ -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

View file

@ -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: |