]> granicus.if.org Git - php/commitdiff
Backport schedule in yaml
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 12 Oct 2020 08:05:37 +0000 (10:05 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 12 Oct 2020 08:05:37 +0000 (10:05 +0200)
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

index 688d36c148545fecdcceaec789d06ae5d0f82878..2cb85dd76660a146a08256ade380a6987a62f904 100644 (file)
@@ -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: