1
0
Fork 0
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:
Felix Fontein 2021-04-26 18:43:14 +02:00
parent 9931cdc1e7
commit cd116120ad

View file

@ -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