summaryrefslogtreecommitdiff
path: root/.github/workflows/check_dependencies.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-02-22 23:46:04 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2021-02-22 23:46:12 -0800
commitb956efdc1e67e91fcf5d3ab0fd4bc651d003afe7 (patch)
treeea78293bd3d96fb46e17e6b19b3853c31239ae26 /.github/workflows/check_dependencies.yml
parent95251dc8a9dd76ab1117812f932e77c8230d5a13 (diff)
downloadruby-b956efdc1e67e91fcf5d3ab0fd4bc651d003afe7.tar.gz
Drop obsoleted ci skip checks
https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
Diffstat (limited to '.github/workflows/check_dependencies.yml')
-rw-r--r--.github/workflows/check_dependencies.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index c878caddeb..ca43cb1c4f 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -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: |