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 11:04:28 +01:00 committed by Martin Pitt
parent 21a978fd2e
commit bb231192df
1 changed files with 1 additions and 1 deletions

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/cockpit/actions
workflow_dispatch:
jobs: