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 - main
# Trigger on push to main branch # Trigger on push to main branch
schedule: schedule:
# Run once per day at 3:00 AM UTC # Run once per hour
- cron: '0 3 * * *' - cron: '0 * * * *'
workflow_dispatch: workflow_dispatch:
# Allow manual triggering of the workflow # Allow manual triggering of the workflow