mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit 727c9a4032
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
726918930b
commit
cfffaa5b6f
1 changed files with 2 additions and 1 deletions
|
@ -24,14 +24,15 @@ schedules:
|
||||||
always: true
|
always: true
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- stable-2
|
|
||||||
- stable-3
|
- stable-3
|
||||||
|
- stable-4
|
||||||
- cron: 0 11 * * 0
|
- cron: 0 11 * * 0
|
||||||
displayName: Weekly (old stable branches)
|
displayName: Weekly (old stable branches)
|
||||||
always: true
|
always: true
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- stable-1
|
- stable-1
|
||||||
|
- stable-2
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- name: checkoutPath
|
- name: checkoutPath
|
||||||
|
|
Loading…
Reference in a new issue