We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3093f17 + 7da13f4 commit d24f07cCopy full SHA for d24f07c
.cirrus.yml
@@ -3,6 +3,7 @@ env:
3
4
freebsd_task:
5
name: FREEBSD_DEBUG_NTS
6
+ only_if: $CIRRUS_CRON == 'nightly' || $CIRRUS_CHANGE_TITLE =~ '.*\[ci freebsd\].*'
7
freebsd_instance:
8
image_family: freebsd-13-2
9
env:
@@ -30,6 +31,7 @@ freebsd_task:
30
31
32
arm_task:
33
name: ARM_DEBUG_NTS
34
+ only_if: $CIRRUS_CRON == 'nightly' || $CIRRUS_CHANGE_TITLE =~ '.*\[ci arm\].*'
35
arm_container:
36
image: debian:12
37
additional_containers:
0 commit comments