ci: adjust lock-issues cron to nightly

This commit is contained in:
Elliot DeNolf
2024-09-08 18:53:35 -04:00
parent b2b2ee3338
commit 59f4d125ab

View File

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