From 38ed8e7231ceed4f1a57820d213da7f01edb025b Mon Sep 17 00:00:00 2001 From: Ralph Plawetzki Date: Tue, 5 Mar 2024 19:50:37 +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 b8f6886..d693a20 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 2 hours - - cron: '5 */2 * * *' + # Schedule for 10 o'clock, every day + - cron: '0 10 * * *' jobs: noResponse: