diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 3262b02a9..343d34456 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 * * * *' + # Schedule for an arbitrary time (5am) once every day + - cron: '* 5 * * *' jobs: noResponse: