Skip to content

Commit 92693a2

Browse files
committed
Move Cirrus to nightly only, trigger on-demand
Closes GH-12398
1 parent 2297e8c commit 92693a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ env:
33

44
freebsd_task:
55
name: FREEBSD_DEBUG_NTS
6+
only_if: $CIRRUS_CRON == 'nightly' || $CIRRUS_CHANGE_TITLE =~ '.*\[ci freebsd\].*'
67
freebsd_instance:
78
image_family: freebsd-13-2
89
env:
@@ -29,6 +30,7 @@ freebsd_task:
2930

3031
arm_task:
3132
name: ARM_DEBUG_NTS
33+
only_if: $CIRRUS_CRON == 'nightly' || $CIRRUS_CHANGE_TITLE =~ '.*\[ci arm\].*'
3234
arm_container:
3335
image: debian:11
3436
additional_containers:

0 commit comments

Comments
 (0)