From 5e399fd57508d93427742dc5923de54c8aea0430 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 12 Dec 2022 14:20:35 +0100 Subject: [PATCH] And now fix the schedule specification too --- .github/workflows/no_response.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no_response.yml b/.github/workflows/no_response.yml index 849446e659..107e6b2e51 100644 --- a/.github/workflows/no_response.yml +++ b/.github/workflows/no_response.yml @@ -5,7 +5,7 @@ on: types: [created] schedule: # Schedule to run once per day - - cron: '19 32 * * *' + - cron: '27 20 * * *' jobs: no-response: