Skip to content

Commit

Permalink
Merge pull request #437 from moka-rs/run-cirrusci-only-by-cron
Browse files Browse the repository at this point in the history
CI: Run Cirrus CI only by cron
  • Loading branch information
tatsuya6502 committed Jul 7, 2024
2 parents 4b83184 + 36aa7d4 commit 5a0cc07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ env:
NUM_CPUS: "2"

linux_arm64_task:
# Run only when triggered manually or by cron.
#
# Note that the cron schedule is set from Cirrus CI web console (not in this file):
# See: https://cirrus-ci.org/guide/writing-tasks/#cron-builds
trigger_type: manual

# Skip the whole task when this is a temporary branch for GitHub merge queue.
skip: $CIRRUS_BRANCH =~ 'gh-readonly-queue/.*'

Expand Down

0 comments on commit 5a0cc07

Please sign in to comment.