workflows: only cache once per day

This commit is contained in:
hinto.janai 2023-07-15 11:11:50 -04:00
parent 4b854d4fa7
commit a357742172
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -1,9 +1,9 @@
# Forces `gupax.io` to cache stuff every hour. # Forces `gupax.io` to cache stuff every day.
name: Cache `gupax.io` name: Cache `gupax.io`
on: on:
schedule: schedule:
- cron: "0 * * * *" - cron: "* 0 * * *"
jobs: jobs:
build: build: