summaryrefslogtreecommitdiff
path: root/.github/workflows/check_dependencies.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-25 00:38:37 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-16 17:50:20 +0900
commit5bf0060e0a506d8b7a85e0f63898cb1cc8d4dcba (patch)
treeb056a8aa2f4bae1550a025283dd17525b3589eee /.github/workflows/check_dependencies.yml
parent32ee6f80ee1737699ead57bf577f0b1b90c2523e (diff)
downloadruby-5bf0060e0a506d8b7a85e0f63898cb1cc8d4dcba.tar.gz
[DOC] Skip tests if only documents change [ci skip]
Run only checks for source code. Currently, our CIs do almost nothing about the documents.
Diffstat (limited to '.github/workflows/check_dependencies.yml')
-rw-r--r--.github/workflows/check_dependencies.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index c68e49a464..35fd299554 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -22,6 +22,7 @@ jobs:
os: [ubuntu-20.04]
fail-fast: true
runs-on: ${{ matrix.os }}
+ if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') }}
steps:
- name: Install libraries
run: |