Update lock.yml

Run lock once a day, 19 mins after midnight, rather than every hour to avoid service abuse
This commit is contained in:
abraunegg 2021-06-15 07:03:30 +10:00 committed by GitHub
parent 1d4a206683
commit 6201938750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '0 * * * *'
- cron: '19 0 * * *'
jobs:
lock: