1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-19 18:08:29 +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:
Jan Čermák
2025-03-31 20:26:23 +02:00
committed by GitHub
parent 163b1a3fff
commit 92a3b5a793

View File

@@ -2,7 +2,7 @@ name: Lock
on:
schedule:
- cron: "0 * * * *"
- cron: "45 5 * * *"
permissions:
discussions: write