chg request rate to every 6 mins (#476)

This commit is contained in:
Jack Forgash 2025-09-08 17:08:47 -04:00 committed by GitHub
parent 9e6e6ecafa
commit a2c0db832b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,8 @@ description: |
on:
workflow_dispatch:
schedule:
# Runs every 15 minutes
- cron: "0,15,30,45 * * * *"
# Runs every 6 minutes
- cron: "0,6,12,18,24,30,36,42,48,54 * * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"