From 686804d9a573927e3cb9a65c5e18c44ed8e65e4f Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 26 Mar 2024 09:53:07 +0100 Subject: [PATCH] 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. --- .github/workflows/tasks-container-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tasks-container-update.yml b/.github/workflows/tasks-container-update.yml index d0498bd..059a4e2 100644 --- a/.github/workflows/tasks-container-update.yml +++ b/.github/workflows/tasks-container-update.yml @@ -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: