fix wrong cron

This commit is contained in:
Anders Rytter Hansen 2023-11-05 17:40:07 +01:00
commit 1666f76303
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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'