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:
parent
f41cd54999
commit
686804d9a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tasks-container-update.yml
vendored
2
.github/workflows/tasks-container-update.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: tasks-container-update
|
name: tasks-container-update
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 2 * * 4'
|
- cron: '0 2 * * 1'
|
||||||
# can be run manually on https://github.com/cockpit-project/starter-kit/actions
|
# can be run manually on https://github.com/cockpit-project/starter-kit/actions
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue