diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 776aa1c652..b22c825c8c 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -7,7 +7,7 @@ on: types: [created] schedule: # Schedule for ten minutes after the hour, every hour - - cron: '10 * * * *' + - cron: '* */12 * * *' # By specifying the access of one of the scopes, all of those that are not # specified are set to 'none'.