Change cron schedule to run every hour

This commit is contained in:
SirBroccoli 2025-09-30 01:26:45 +02:00 committed by GitHub
parent fd5346e9a2
commit 154b38729f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ name: Auto Merge Approved PRs
on: on:
schedule: schedule:
- cron: '0 */2 * * *' # Every 2 hours - cron: '0 */1 * * *' # Every 1 hour
workflow_dispatch: # Allow manual triggering workflow_dispatch: # Allow manual triggering
permissions: permissions: