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: