Skip to content

Commit 1af7c9b

Browse files
committed
Add scheduled builds to yaml pipeline
Not sure if this is going to work, as the UI configured scheduled builds are supposed to take precedence ... but I have no idea how to access them.
1 parent 64862d1 commit 1af7c9b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ trigger:
1212
- UPGRADING
1313
- UPGRADING.INTERNALS
1414

15+
schedules:
16+
- cron: 0 1 * * *
17+
displayName: Nightly build
18+
branches:
19+
include:
20+
- PHP-7.4
21+
- PHP-8.0
22+
- master
23+
1524
jobs:
1625
- template: azure/job.yml
1726
parameters:

0 commit comments

Comments
 (0)