From aceb75f6c9d13ce178e8c4a123d9f95c51875fe7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 25 Nov 2021 00:37:20 +0900 Subject: Skip tests if only document files changed on Cirrus-CI [ci skip] --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.cirrus.yml') 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 -- cgit v1.2.1