mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip tests if only document files changed on Cirrus-CI [ci skip]
This commit is contained in:
parent
b5aa161383
commit
aceb75f6c9
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ env:
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: Arm64 Graviton2 / $CC
|
name: Arm64 Graviton2 / $CC
|
||||||
|
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}')"
|
||||||
arm_container:
|
arm_container:
|
||||||
# We use the arm64 images at http://ghcr.io/ruby/ruby-ci-image .
|
# We use the arm64 images at http://ghcr.io/ruby/ruby-ci-image .
|
||||||
image: ghcr.io/ruby/ruby-ci-image:$CC
|
image: ghcr.io/ruby/ruby-ci-image:$CC
|
||||||
|
|
Loading…
Reference in a new issue