mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
workflows: only cache once per day
This commit is contained in:
parent
4b854d4fa7
commit
a357742172
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cache.yml
vendored
4
.github/workflows/cache.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
# Forces `gupax.io` to cache stuff every hour.
|
||||
# Forces `gupax.io` to cache stuff every day.
|
||||
|
||||
name: Cache `gupax.io`
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
- cron: "* 0 * * *"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue