ci: increase lock-issues cron to every hour until caught up
This commit is contained in:
3
.github/workflows/lock-issues.yml
vendored
3
.github/workflows/lock-issues.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user