run points request every 15 mins (#475)

This commit is contained in:
Jack Forgash 2025-09-04 09:15:54 -06:00 committed by GitHub
parent 84b6ab5f96
commit 9e6e6ecafa
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 hourly
- cron: "0 * * * *"
# Runs every 15 minutes
- cron: "0,15,30,45 * * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"