summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-20 21:34:07 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-03 13:35:14 +0900
commit4a60764108663bf2088d843e55e18756f2b1293f (patch)
tree63e049610b71589151f965f51f48ad666ff027e8 /.cirrus.yml
parent7e333b7abfe4faa3b35680cd305daac67a36639e (diff)
[Cirrus] Run also crons other than nightly
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index da15cb4cde..16cc4a170a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -11,7 +11,7 @@ env:
task:
name: Arm64 Graviton2 / $CC
auto_cancellation: $CIRRUS_BRANCH != 'master'
- only_if: $CIRRUS_CRON == 'nightly'
+ only_if: $CIRRUS_CRON != ''
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 .
@@ -75,7 +75,7 @@ task:
yjit_task:
name: Arm64 Graviton2 / $CC YJIT
auto_cancellation: $CIRRUS_BRANCH != 'master'
- only_if: $CIRRUS_CRON == 'nightly'
+ only_if: $CIRRUS_CRON != ''
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 .