Lock threads only once a day

This ran hourly, and that's really not necessary anymore.
This commit is contained in:
Fabian Homborg 2021-01-11 21:03:10 +01:00
parent 3fc9c0b38c
commit 32c65aa32c

View file

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