From 4ce257c8ebfe9bce44cf73e84d16223854d4580c Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Mon, 28 Aug 2023 17:44:31 -0700 Subject: [PATCH] Add limits to when the cirrus script will run --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index ef7849709..a011b51c7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -54,6 +54,7 @@ env: arm_linux_task: alias: linux + only_if: $CIRRUS_CRON != "" || $CIRRUS_TAG == "regular_release" arm_container: image: node:16-slim memory: 8G @@ -113,6 +114,7 @@ arm_linux_task: silicon_mac_task: alias: mac + only_if: $CIRRUS_CRON != "" || $CIRRUS_TAG == "regular_release" macos_instance: image: ghcr.io/cirruslabs/macos-monterey-xcode:14 memory: 8G