Skip to content

Commit

Permalink
ci: increase lock-issues cron to every hour until caught up
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Sep 6, 2024
1 parent 9014f1f commit 9b1d0b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lock-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9b1d0b2

Please sign in to comment.