mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Run CI for old branches only once per week.
This commit is contained in:
parent
9931cdc1e7
commit
cd116120ad
1 changed files with 8 additions and 1 deletions
|
@ -19,7 +19,14 @@ schedules:
|
|||
branches:
|
||||
include:
|
||||
- main
|
||||
- stable-*
|
||||
- stable-2
|
||||
- stable-3
|
||||
- cron: 0 8 * * 0
|
||||
displayName: Weekly (old branches)
|
||||
always: true
|
||||
branches:
|
||||
include:
|
||||
- stable-1
|
||||
|
||||
variables:
|
||||
- name: checkoutPath
|
||||
|
|
Loading…
Reference in a new issue