diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 4ba91c7..7b49676 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -5,7 +5,7 @@ on: types: [created] schedule: # Schedule for five minutes after the hour, every hour - - cron: '5 * * * *' + - cron: '0 12 * * *' jobs: noResponse: