mirror of
https://github.com/hinto-janai/gupax.git
synced 2025-01-08 19:29:24 +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