mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Drop obsoleted ci skip checks
https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
This commit is contained in:
parent
95251dc8a9
commit
b956efdc1e
9 changed files with 0 additions and 9 deletions
1
.github/workflows/baseruby.yml
vendored
1
.github/workflows/baseruby.yml
vendored
|
@ -6,7 +6,6 @@ jobs:
|
|||
baseruby:
|
||||
name: BASERUBY
|
||||
runs-on: ubuntu-20.04
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
strategy:
|
||||
matrix:
|
||||
ruby:
|
||||
|
|
1
.github/workflows/check_dependencies.yml
vendored
1
.github/workflows/check_dependencies.yml
vendored
|
@ -7,7 +7,6 @@ jobs:
|
|||
os: [ubuntu-20.04, macos-latest]
|
||||
fail-fast: true
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
steps:
|
||||
- name: Install libraries
|
||||
run: |
|
||||
|
|
1
.github/workflows/compilers.yml
vendored
1
.github/workflows/compilers.yml
vendored
|
@ -157,7 +157,6 @@ jobs:
|
|||
name: ${{ matrix.entry.name }}
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/ruby/ruby-ci-image:latest
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
steps:
|
||||
- run: mkdir build
|
||||
working-directory:
|
||||
|
|
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
@ -9,7 +9,6 @@ jobs:
|
|||
fail-fast: false
|
||||
env:
|
||||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
steps:
|
||||
- run: mkdir build
|
||||
working-directory:
|
||||
|
|
1
.github/workflows/mingw.yml
vendored
1
.github/workflows/mingw.yml
vendored
|
@ -22,7 +22,6 @@ jobs:
|
|||
matrix:
|
||||
test_task: [ "check" ] # to make job names consistent
|
||||
fail-fast: false
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
steps:
|
||||
- run: mkdir build
|
||||
working-directory:
|
||||
|
|
1
.github/workflows/mjit.yml
vendored
1
.github/workflows/mjit.yml
vendored
|
@ -8,7 +8,6 @@ jobs:
|
|||
jit_opts: [ "--jit", "--jit-wait" ]
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
env:
|
||||
TESTOPTS: '-q --tty=no'
|
||||
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3'
|
||||
|
|
1
.github/workflows/spec_guards.yml
vendored
1
.github/workflows/spec_guards.yml
vendored
|
@ -6,7 +6,6 @@ jobs:
|
|||
rubyspec:
|
||||
name: Rubyspec
|
||||
runs-on: ubuntu-20.04
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
strategy:
|
||||
matrix:
|
||||
# Specs from ruby/spec should still run on all supported Ruby versions.
|
||||
|
|
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
|
@ -26,7 +26,6 @@ jobs:
|
|||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||
RUBY_DEBUG: ci
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
steps:
|
||||
- run: mkdir build
|
||||
working-directory:
|
||||
|
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -13,7 +13,6 @@ jobs:
|
|||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||
VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
||||
PATCH: C:\msys64\usr\bin\patch.exe
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
steps:
|
||||
- run: md build
|
||||
working-directory:
|
||||
|
|
Loading…
Add table
Reference in a new issue