mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 04:00:31 -07:00
Copy schedule to stable branches.
This commit is contained in:
parent
6999881985
commit
9c7eed43a8
1 changed files with 15 additions and 3 deletions
|
@ -13,13 +13,25 @@ pr:
|
||||||
- stable-*
|
- stable-*
|
||||||
|
|
||||||
schedules:
|
schedules:
|
||||||
- cron: 0 9 * * *
|
- cron: 0 8 * * *
|
||||||
displayName: Nightly
|
displayName: Nightly (main)
|
||||||
always: true
|
always: true
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- main
|
- main
|
||||||
- stable-*
|
- cron: 0 10 * * *
|
||||||
|
displayName: Nightly (active stable branches)
|
||||||
|
always: true
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- stable-2
|
||||||
|
- stable-3
|
||||||
|
- cron: 0 11 * * 0
|
||||||
|
displayName: Weekly (old stable branches)
|
||||||
|
always: true
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- stable-1
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- name: checkoutPath
|
- name: checkoutPath
|
||||||
|
|
Loading…
Add table
Reference in a new issue