From 71610a365f8e68ce6fa13557b3df7d68e6084d3e Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Thu, 19 Aug 2021 21:08:23 +0000 Subject: [PATCH] Make workflow run daily instead of hourly --- .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 83b17ccc5..54e749dc0 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 hour - - cron: '5 * * * *' + # Run daily at midnight. + - cron: '0 0 * * *' jobs: noResponse: