diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 648289e8..c66e7b0a 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 2 hours - - cron: '10 /2 * * *' + - cron: '10 */2 * * *' permissions: {} jobs: