Skip to content

Commit bb046c7

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Move Cirrus to nightly only, trigger on-demand
2 parents 70ff3c3 + 92693a2 commit bb046c7

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)