From: Nikita Popov Date: Fri, 9 Oct 2020 13:56:44 +0000 (+0200) Subject: Add scheduled builds to yaml pipeline X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1af7c9b372c026320c5d2b78ed7f4e0b58770171;p=php 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. --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ea6acdd720..643d24e3aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,15 @@ trigger: - UPGRADING - UPGRADING.INTERNALS +schedules: + - cron: 0 1 * * * + displayName: Nightly build + branches: + include: + - PHP-7.4 + - PHP-8.0 + - master + jobs: - template: azure/job.yml parameters: