Skip to content

Commit

Permalink
workflows: Move tasks-container-update to Sunday night
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
martinpitt committed Mar 26, 2024
1 parent f41cd54 commit bd08238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tasks-container-update.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit bd08238

Please sign in to comment.