Add limits to when the cirrus script will run

This commit is contained in:
confused-Techie 2023-08-28 17:44:31 -07:00
parent 6c1bef5562
commit 4ce257c8eb

View File

@ -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