Skip to content

Commit

Permalink
Run CI on stable branches only once per week.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 28, 2021
1 parent d784e0a commit 24e7d07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ schedules:
branches:
include:
- main
- cron: 0 12 * * 0
displayName: Weekly (old stable branches)
always: true
branches:
include:
- stable-*

variables:
Expand Down

0 comments on commit 24e7d07

Please sign in to comment.