Run CI on stable branches only once per week.

(cherry picked from commit 24e7d07973)
This commit is contained in:
Felix Fontein
2021-09-28 17:34:30 +02:00
parent 4411a71d06
commit 44cbd33cb7

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: