mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 21:32:13 +03:00
ci: reduce frequency of thread locking
now the backlog is done, just run this once per day
This commit is contained in:
parent
1fad5b5249
commit
fcd7c305bb
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
@ -2,7 +2,7 @@ name: 'Lock Threads'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
- cron: '0 3 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user