check every 8 hours instead
All checks were successful
DogFacts / deploy (push) Successful in 34s

This commit is contained in:
2025-07-02 03:12:30 -05:00
parent 1af3dfd5b2
commit 54bc1a2a29

View File

@ -1,7 +1,7 @@
name: ReleaseBot name: ReleaseBot
on: on:
schedule: schedule:
- cron: '18 */2 * * *' - cron: '18 */8 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
deploy: deploy: