mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-04-19 06:37:15 +00:00
Adjust lock workflow to run only once a day (#3991)
It's unnecessary to run it every hour, adjust it to run shortly after the current stale workflow.
This commit is contained in:
parent
163b1a3fff
commit
92a3b5a793
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
@ -2,7 +2,7 @@ name: Lock
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
- cron: "45 5 * * *"
|
||||
|
||||
permissions:
|
||||
discussions: write
|
||||
|
Loading…
x
Reference in New Issue
Block a user