increase run frequency

This commit is contained in:
eyedeekay
2025-05-05 20:14:38 -04:00
parent 5dec0bce18
commit 2e65217503

View File

@ -6,8 +6,8 @@ on:
- main
# Trigger on push to main branch
schedule:
# Run once per day at 3:00 AM UTC
- cron: '0 3 * * *'
# Run once per hour
- cron: '0 * * * *'
workflow_dispatch:
# Allow manual triggering of the workflow