mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-19 11:06:31 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 * * * *"
|
- cron: "45 5 * * *"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
discussions: write
|
discussions: write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user