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:
parent
d0e30fc955
commit
6f11c3b335
3 changed files with 3 additions and 0 deletions
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
@ -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: |
|
||||
|
|
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue