Skip to content

Commit 9a2e5cf

Browse files
committed
Backport schedule in yaml
I'm not sure it's needed, but let's try it: Add the scheduled builds on PHP-7.4 and PHP-8.0 as well, rather than just master.
1 parent 304141e commit 9a2e5cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ trigger:
1111
- UPGRADING
1212
- UPGRADING.INTERNALS
1313

14+
schedules:
15+
- cron: "0 1 * * *"
16+
displayName: Nightly build
17+
branches:
18+
include:
19+
- PHP-7.4
20+
- master
21+
1422
jobs:
1523
- template: azure/job.yml
1624
parameters:

0 commit comments

Comments
 (0)