Skip to content

Commit

Permalink
[Cirrus] Run only if nightly [ci skip]
Browse files Browse the repository at this point in the history
Recently Cirrus-CI does not start over 10 hours.  Maybe we have too
many runs.
  • Loading branch information
nobu committed Jun 15, 2023
1 parent 1cdae88 commit c1c9262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Expand Up @@ -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 .
Expand Down Expand Up @@ -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 .
Expand Down

0 comments on commit c1c9262

Please sign in to comment.