fix wrong cron
This commit is contained in:
parent
adb5e2c542
commit
1666f76303
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cachyos.yml
vendored
2
.github/workflows/cachyos.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
2
.github/workflows/fedora-toolbox.yml
vendored
2
.github/workflows/fedora-toolbox.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue