summaryrefslogtreecommitdiff
path: root/.github/workflows/baseruby.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-18 12:31:43 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-18 13:06:15 +0900
commit922a81a99418c992f4039b27a8341f2ee96d2d0c (patch)
treed2028a8f09b506c3e8840c82ca945fe1455f0e98 /.github/workflows/baseruby.yml
parent629c8f12aec87cc938ae1383b3c8fb449c185b39 (diff)
Skip tests on pull requests labeled as Documentation
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5293
Diffstat (limited to '.github/workflows/baseruby.yml')
-rw-r--r--.github/workflows/baseruby.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml
index 4e5e40d77c..cf86c2d7d7 100644
--- a/.github/workflows/baseruby.yml
+++ b/.github/workflows/baseruby.yml
@@ -20,7 +20,7 @@ jobs:
baseruby:
name: BASERUBY
runs-on: ubuntu-20.04
- if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') }}
+ if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
strategy:
matrix:
ruby: