workflows: Move tasks-container-update to Sunday night

We previously ran tasks-container-update and cockpit-lib-update at the
same time, which sometimes collides. Move it to the night between Sunday
and Monday instead, so that we have the updates ready for us to inspect
when we start our week.
This commit is contained in:
Martin Pitt 2024-03-26 09:53:07 +01:00 committed by Martin Pitt
parent f41cd54999
commit bd082383cf

View file

@ -1,7 +1,7 @@
name: tasks-container-update
on:
schedule:
- cron: '0 2 * * 4'
- cron: '0 2 * * 1'
# can be run manually on https://github.com/cockpit-project/starter-kit/actions
workflow_dispatch:
jobs: