summaryrefslogtreecommitdiff
path: root/.github/workflows/baseruby.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/baseruby.yml
parent32ee6f80ee1737699ead57bf577f0b1b90c2523e (diff)
[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/baseruby.yml')
-rw-r--r--.github/workflows/baseruby.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml
index 24b867c7fc..4e5e40d77c 100644
--- a/.github/workflows/baseruby.yml
+++ b/.github/workflows/baseruby.yml
@@ -20,6 +20,7 @@ jobs:
baseruby:
name: BASERUBY
runs-on: ubuntu-20.04
+ if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') }}
strategy:
matrix:
ruby: