ruby-changes:65324
From: Takashi <ko1@a...>
Date: Tue, 23 Feb 2021 16:46:37 +0900 (JST)
Subject: [ruby-changes:65324] b956efdc1e (master): Drop obsoleted ci skip checks
https://git.ruby-lang.org/ruby.git/commit/?id=b956efdc1e From b956efdc1e67e91fcf5d3ab0fd4bc651d003afe7 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 22 Feb 2021 23:46:04 -0800 Subject: Drop obsoleted ci skip checks https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/ --- .github/workflows/baseruby.yml | 1 - .github/workflows/check_dependencies.yml | 1 - .github/workflows/compilers.yml | 1 - .github/workflows/macos.yml | 1 - .github/workflows/mingw.yml | 1 - .github/workflows/mjit.yml | 1 - .github/workflows/spec_guards.yml | 1 - .github/workflows/ubuntu.yml | 1 - .github/workflows/windows.yml | 1 - 9 files changed, 9 deletions(-) diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml index bdb9011..932c46a 100644 --- a/.github/workflows/baseruby.yml +++ b/.github/workflows/baseruby.yml @@ -6,7 +6,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/baseruby.yml#L6 baseruby: name: BASERUBY runs-on: ubuntu-20.04 - if: "!contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: ruby: diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index c878cad..ca43cb1 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -7,7 +7,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/check_dependencies.yml#L7 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: | diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 3470d10..f0137c4 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -157,7 +157,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/compilers.yml#L157 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: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9cd4399..29972a5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -9,7 +9,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L9 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: diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index b4799ba..d251735 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -22,7 +22,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L22 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: diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index 68889ec..e08b22c 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -8,7 +8,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L8 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' diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index bf053cd..9414984 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -6,7 +6,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/spec_guards.yml#L6 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. diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 4bbedc8..29ed9e4 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -26,7 +26,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L26 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: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 32c1a8c..1487de9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,7 +13,6 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L13 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: -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/