Skip to content

Commit d24f07c

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Move Cirrus to nightly only, trigger on-demand
2 parents 3093f17 + 7da13f4 commit d24f07c

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:
@@ -30,6 +31,7 @@ freebsd_task:
3031

3132
arm_task:
3233
name: ARM_DEBUG_NTS
34+
only_if: $CIRRUS_CRON == 'nightly' || $CIRRUS_CHANGE_TITLE =~ '.*\[ci arm\].*'
3335
arm_container:
3436
image: debian:12
3537
additional_containers:

0 commit comments

Comments
 (0)