From a406984cc25dba42ef78fb110985a53da5581e6a Mon Sep 17 00:00:00 2001 From: Ralph Plawetzki Date: Tue, 5 Mar 2024 19:48:04 +0100 Subject: [PATCH] Silence cron --- .github/workflows/no-response.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index eb87fe0..b123b8a 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -6,8 +6,8 @@ on: issue_comment: types: [created] schedule: - # Schedule for five minutes after the hour, every 3 hours - - cron: '5 */3 * * *' + # Schedule for 6 o'clock, every day + - cron: '0 6 * * *' jobs: noResponse: