This commit is contained in:
Jack Forgash 2024-03-26 09:22:32 -06:00 committed by GitHub
parent 0537a64dc0
commit 797cb9a430
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,9 @@ on:
workflow_dispatch:
schedule:
# Runs every 2 hours
- cron: "0 */2 * * *"
# - cron: "0 */2 * * *"
# Runs every hour
- cron: "0 * * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"