Run CI for old branches only once per week.

pull/2365/head
Felix Fontein 2021-04-26 18:43:14 +02:00
parent 9931cdc1e7
commit cd116120ad
1 changed files with 8 additions and 1 deletions

View File

@ -19,7 +19,14 @@ schedules:
branches: branches:
include: include:
- main - main
- stable-* - stable-2
- stable-3
- cron: 0 8 * * 0
displayName: Weekly (old branches)
always: true
branches:
include:
- stable-1
variables: variables:
- name: checkoutPath - name: checkoutPath