Lock threads only once a day
This ran hourly, and that's really not necessary anymore.
This commit is contained in:
parent
3fc9c0b38c
commit
32c65aa32c
2
.github/workflows/lockthreads.yml
vendored
2
.github/workflows/lockthreads.yml
vendored
@ -2,7 +2,7 @@ name: 'Lock threads'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '0 18 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
lock:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user