Skip Cirrus checks for [DOC] commits
Since we also skip them on GitHub Actions.
This commit is contained in:
parent
381a373ab9
commit
e0a4205eb7
Notes:
git
2022-12-11 17:14:22 +00:00
@ -10,7 +10,7 @@ env:
|
||||
|
||||
task:
|
||||
name: Arm64 Graviton2 / $CC
|
||||
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc,ronn,[1-8]}', '.document')"
|
||||
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc,ronn,[1-8]}', '.document') || $CIRRUS_CHANGE_TITLE =~ '.*[DOC].*'"
|
||||
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
|
||||
@ -66,7 +66,7 @@ task:
|
||||
yjit_task:
|
||||
name: Arm64 Graviton2 / $CC YJIT
|
||||
auto_cancellation: $CIRRUS_BRANCH != 'master'
|
||||
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc,ronn,[1-8]}', '.document')"
|
||||
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc,ronn,[1-8]}', '.document') || $CIRRUS_CHANGE_TITLE =~ '.*[DOC].*'"
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user