From 1af7c9b372c026320c5d2b78ed7f4e0b58770171 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 9 Oct 2020 15:56:44 +0200 Subject: [PATCH] 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. --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: -- 2.50.1