Run CI on stable branches only once per week.

(cherry picked from commit 24e7d07973)
pull/297/head
Felix Fontein 2021-09-28 17:34:30 +02:00
parent 4411a71d06
commit 44cbd33cb7
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ schedules:
branches:
include:
- main
- cron: 0 12 * * 0
displayName: Weekly (old stable branches)
always: true
branches:
include:
- stable-*
variables: