We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2297e8c commit 92693a2Copy full SHA for 92693a2
.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:
@@ -29,6 +30,7 @@ freebsd_task:
29
30
31
arm_task:
32
name: ARM_DEBUG_NTS
33
+ only_if: $CIRRUS_CRON == 'nightly' || $CIRRUS_CHANGE_TITLE =~ '.*\[ci arm\].*'
34
arm_container:
35
image: debian:11
36
additional_containers:
0 commit comments