Copy schedule to stable branches.

pull/2445/head
Felix Fontein 2021-05-02 13:35:10 +02:00
parent a007eebba8
commit 2ed03d7fb6
1 changed files with 14 additions and 2 deletions

View File

@ -14,12 +14,24 @@ pr:
schedules:
- cron: 0 8 * * *
displayName: Nightly
displayName: Nightly (main)
always: true
branches:
include:
- main
- stable-*
- cron: 0 10 * * *
displayName: Nightly (active stable branches)
always: true
branches:
include:
- stable-2
- stable-3
- cron: 0 11 * * 0
displayName: Weekly (old stable branches)
always: true
branches:
include:
- stable-1
variables:
- name: checkoutPath