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'