From 9a2e5cfccb3431614c84bfa1f4e1d66370698b6d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 12 Oct 2020 10:05:37 +0200 Subject: 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. --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'azure-pipelines.yml') 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: -- cgit v1.2.1