aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ubuntu.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/ubuntu.yml
parent629c8f12aec87cc938ae1383b3c8fb449c185b39 (diff)
downloadruby-922a81a99418c992f4039b27a8341f2ee96d2d0c.tar.gz
Skip tests on pull requests labeled as Documentation
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 1c3f27eaef..ff79dad880 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -36,7 +36,7 @@ jobs:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
RUBY_DEBUG: ci
runs-on: ${{ matrix.os }}
- if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') }}
+ if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
steps:
- run: mkdir build
working-directory: