ci: Add a weekly combined update job
This sends a combined update once a week only on master
. The old
weekly schedule now only runs on release/* branches.
The CI schedules need to be adjusted:
- daily - master schedule will skip on Sundays, i.e.
50 16 * * 1-6
- weekly -master schedule will run only on Sunday, i.e.,
0 19 * * 0
Edited by bbhtt