Run CI on stable branches only once per week.

This commit is contained in:
Felix Fontein
2021-09-28 17:34:30 +02:00
parent d784e0a52b
commit 24e7d07973

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: