From 92693a2286228ca84722df720608f0dfb18679a7 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Tue, 10 Oct 2023 11:35:37 +0200 Subject: [PATCH] Move Cirrus to nightly only, trigger on-demand Closes GH-12398 --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index b3cc9d61f1d..9ef70fb5919 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,6 +3,7 @@ env: freebsd_task: name: FREEBSD_DEBUG_NTS + only_if: $CIRRUS_CRON == 'nightly' || $CIRRUS_CHANGE_TITLE =~ '.*\[ci freebsd\].*' freebsd_instance: image_family: freebsd-13-2 env: @@ -29,6 +30,7 @@ freebsd_task: arm_task: name: ARM_DEBUG_NTS + only_if: $CIRRUS_CRON == 'nightly' || $CIRRUS_CHANGE_TITLE =~ '.*\[ci arm\].*' arm_container: image: debian:11 additional_containers: