ruby-changes:69928
From: Nobuyoshi <ko1@a...>
Date: Thu, 25 Nov 2021 11:11:03 +0900 (JST)
Subject: [ruby-changes:69928] aceb75f6c9 (master): Skip tests if only document files changed on Cirrus-CI [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=aceb75f6c9 From aceb75f6c9d13ce178e8c4a123d9f95c51875fe7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> 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(+) diff --git a/.cirrus.yml b/.cirrus.yml index 01897e986ed..c8fb326c89e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,6 +10,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L10 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/