ci: increase lock-issues cron to every hour until caught up

This commit is contained in:
Elliot DeNolf
2024-09-06 16:54:34 -04:00
parent 9014f1fa63
commit 9b1d0b2d0f

View File

@@ -2,7 +2,8 @@ name: lock-issues
on:
schedule:
- cron: '0 4 * * *'
# Run every hour until we're all caught up
- cron: '0 * * * *'
workflow_dispatch:
permissions: