From: Nikita Popov Date: Mon, 12 Oct 2020 08:05:37 +0000 (+0200) Subject: Backport schedule in yaml X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a2e5cfccb3431614c84bfa1f4e1d66370698b6d;p=php 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. --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 688d36c148..2cb85dd766 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,14 @@ trigger: - UPGRADING - UPGRADING.INTERNALS +schedules: + - cron: "0 1 * * *" + displayName: Nightly build + branches: + include: + - PHP-7.4 + - master + jobs: - template: azure/job.yml parameters: