From d91865f33f7bfad7a6d1434aa48674acbe51e7f7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 22 Aug 2022 18:08:05 +0900 Subject: Ignore `.document` only commits [ci skip] --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') 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 -- cgit v1.2.1