From 36aa7d41ba90294e2e593d0db44f6fb7f7db2494 Mon Sep 17 00:00:00 2001 From: Tatsuya Kawano Date: Sun, 7 Jul 2024 17:41:40 +0800 Subject: [PATCH] CI: Run Cirrus CI only by cron --- .cirrus.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 4e256dbd..f68de176 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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/.*'