From 1666f76303174dee83ca47a34d790fbffb8b805f Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Sun, 5 Nov 2023 17:40:07 +0100 Subject: [PATCH] fix wrong cron --- .github/workflows/cachyos.yml | 2 +- .github/workflows/fedora-toolbox.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cachyos.yml b/.github/workflows/cachyos.yml index 4c8236d..31de05e 100644 --- a/.github/workflows/cachyos.yml +++ b/.github/workflows/cachyos.yml @@ -7,7 +7,7 @@ name: cachyos on: schedule: - - cron: '0 6 * * 5' # 5 am on Saturdays + - cron: '0 5 * * 6' # 5 am on Saturdays push: paths: - 'containers/cachyos/base-gui.Dockerfile' diff --git a/.github/workflows/fedora-toolbox.yml b/.github/workflows/fedora-toolbox.yml index 1527670..be790e7 100644 --- a/.github/workflows/fedora-toolbox.yml +++ b/.github/workflows/fedora-toolbox.yml @@ -7,7 +7,7 @@ name: fedora-toolbox on: schedule: - - cron: '0 6 * * 5' # 5 am on Saturdays + - cron: '0 5 * * 6' # 5 am on Saturdays push: paths: - 'containers/fedora-toolbox/base-gui.Dockerfile'