Run CI on stable branches only once per week.

pull/288/head
Felix Fontein 2021-09-28 17:34:30 +02:00
parent d784e0a52b
commit 24e7d07973
1 changed files with 5 additions and 0 deletions

View File

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