summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-15 14:26:06 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-15 14:26:06 +0900
commitc1c926219de5489c321d53577ff2eb8c041e166f (patch)
tree9b18f6edcc0167fd4244f7f1acd2f8d205e22752 /.cirrus.yml
parent1cdae888a89a029939962522d13307ba12c77771 (diff)
[Cirrus] Run only if nightly [ci skip]
Recently Cirrus-CI does not start over 10 hours. Maybe we have too many runs.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7947
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index e6250db3a8..da15cb4cde 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -11,6 +11,7 @@ env:
task:
name: Arm64 Graviton2 / $CC
auto_cancellation: $CIRRUS_BRANCH != 'master'
+ only_if: $CIRRUS_CRON == 'nightly'
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc,ronn,[1-8]}', '.document')"
arm_container:
# We use the arm64 images at https://github.com/ruby/ruby-ci-image/pkgs/container/ruby-ci-image .
@@ -74,6 +75,7 @@ task:
yjit_task:
name: Arm64 Graviton2 / $CC YJIT
auto_cancellation: $CIRRUS_BRANCH != 'master'
+ only_if: $CIRRUS_CRON == 'nightly'
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc,ronn,[1-8]}', '.document')"
arm_container:
# We use the arm64 images at https://github.com/ruby/ruby-ci-image/pkgs/container/ruby-ci-image .