mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lockthreads.yml
vendored
2
.github/workflows/lockthreads.yml
vendored
|
@ -2,7 +2,7 @@ name: 'Lock threads'
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
- cron: '0 18 * * *'
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
|
|
Loading…
Reference in a new issue