Skip to content

Commit

Permalink
lock bot only checks once a week
Browse files Browse the repository at this point in the history
All old issues have been processed. Reduce resources used now for upcoming checks
  • Loading branch information
cderv committed Nov 2, 2020
1 parent 045066f commit b58f9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Lock threads'

on:
schedule:
- cron: '0 * * * *'
- cron: '0 3 * * 1'

jobs:
lock:
Expand Down

0 comments on commit b58f9dc

Please sign in to comment.