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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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