1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00

ci: reduce frequency of thread locking

now the backlog is done, just run this once per day
This commit is contained in:
Wez Furlong 2023-02-05 07:10:40 -07:00
parent 1fad5b5249
commit fcd7c305bb
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '0 * * * *'
- cron: '0 3 * * *'
workflow_dispatch:
permissions: