summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-25 00:37:20 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-25 11:10:34 +0900
commitaceb75f6c9d13ce178e8c4a123d9f95c51875fe7 (patch)
tree2dd899aa3505598fc1cbe6a54c5c0edf233aff2c /.cirrus.yml
parentb5aa161383ec214b1d6296ea5c76dfe28737821f (diff)
Skip tests if only document files changed on Cirrus-CI [ci skip]
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 01897e986e..c8fb326c89 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -10,6 +10,7 @@ env:
task:
name: Arm64 Graviton2 / $CC
+ skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}')"
arm_container:
# We use the arm64 images at http://ghcr.io/ruby/ruby-ci-image .
image: ghcr.io/ruby/ruby-ci-image:$CC