summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-22 18:08:05 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-22 18:08:05 +0900
commitd91865f33f7bfad7a6d1434aa48674acbe51e7f7 (patch)
treee97b80815c570cc9f7d098ec8185c83069740a6c /.cirrus.yml
parentf0a7694f6473685f5c4e6ba1635aa91636b5a467 (diff)
downloadruby-d91865f33f7bfad7a6d1434aa48674acbe51e7f7.tar.gz
Ignore `.document` only commits [ci skip]
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 0cab0023c2..ec8036297c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -10,7 +10,7 @@ env:
task:
name: Arm64 Graviton2 / $CC
- skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}')"
+ skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}', '.document')"
arm_container:
# We use the arm64 images at https://github.com/ruby/ruby-ci-image/pkgs/container/ruby-ci-image .
image: ghcr.io/ruby/ruby-ci-image:$CC