From 36f37e96eacd105c0b8c5fef60aa0ed81e17533c Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 6 May 2026 01:26:56 +0300 Subject: [PATCH] CI: no-response: fix --- .github/workflows/no-response.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: