this repo has no description

chore: run refresh workflow 3 times a day

hauleth.dev 6a5f63b1 16a62143

verified
Changed files
+2 -2
.github
workflows
+2 -2
.github/workflows/rebuild.yml
···
name: Trigger Netlify rebuild
on:
schedule:
-
# Run every 4h
-
- cron: '0 */4 * * *'
+
# Run every 8h
+
- cron: '0 */8 * * *'
jobs:
trigger: