From 92a3b5a7933e33140e6de5d93d5f6614356d791c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Mon, 31 Mar 2025 20:26:23 +0200 Subject: [PATCH] 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. --- .github/workflows/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 4519846ae..9978e5155 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -2,7 +2,7 @@ name: Lock on: schedule: - - cron: "0 * * * *" + - cron: "45 5 * * *" permissions: discussions: write