Run sync job every four hours (#14)

This commit is contained in:
Charlie Marsh 2022-12-22 10:48:39 -05:00 committed by GitHub
parent e898edf05c
commit 4803a6e6b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: main
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 */4 * * *"
workflow_dispatch:
jobs: