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:
|
baseruby:
|
||||||
name: BASERUBY
|
name: BASERUBY
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby:
|
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]
|
os: [ubuntu-20.04, macos-latest]
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install libraries
|
- name: Install libraries
|
||||||
run: |
|
run: |
|
||||||
|
|
1
.github/workflows/compilers.yml
vendored
1
.github/workflows/compilers.yml
vendored
|
@ -157,7 +157,6 @@ jobs:
|
||||||
name: ${{ matrix.entry.name }}
|
name: ${{ matrix.entry.name }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/ruby/ruby-ci-image:latest
|
container: ghcr.io/ruby/ruby-ci-image:latest
|
||||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir build
|
- run: mkdir build
|
||||||
working-directory:
|
working-directory:
|
||||||
|
|
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
@ -9,7 +9,6 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir build
|
- run: mkdir build
|
||||||
working-directory:
|
working-directory:
|
||||||
|
|
1
.github/workflows/mingw.yml
vendored
1
.github/workflows/mingw.yml
vendored
|
@ -22,7 +22,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
test_task: [ "check" ] # to make job names consistent
|
test_task: [ "check" ] # to make job names consistent
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir build
|
- run: mkdir build
|
||||||
working-directory:
|
working-directory:
|
||||||
|
|
1
.github/workflows/mjit.yml
vendored
1
.github/workflows/mjit.yml
vendored
|
@ -8,7 +8,6 @@ jobs:
|
||||||
jit_opts: [ "--jit", "--jit-wait" ]
|
jit_opts: [ "--jit", "--jit-wait" ]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
|
||||||
env:
|
env:
|
||||||
TESTOPTS: '-q --tty=no'
|
TESTOPTS: '-q --tty=no'
|
||||||
RUN_OPTS: '--disable-gems ${{ matrix.jit_opts }} --jit-debug=-ggdb3'
|
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:
|
rubyspec:
|
||||||
name: Rubyspec
|
name: Rubyspec
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# Specs from ruby/spec should still run on all supported Ruby versions.
|
# 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}}
|
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||||
RUBY_DEBUG: ci
|
RUBY_DEBUG: ci
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir build
|
- run: mkdir build
|
||||||
working-directory:
|
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}}
|
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||||
VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat
|
||||||
PATCH: C:\msys64\usr\bin\patch.exe
|
PATCH: C:\msys64\usr\bin\patch.exe
|
||||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
|
||||||
steps:
|
steps:
|
||||||
- run: md build
|
- run: md build
|
||||||
working-directory:
|
working-directory:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue