From 27b4b4dc84b78f81e85a5836aab845fffc02dd2c Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 6 May 2026 01:24:27 +0300 Subject: [PATCH] CI: no-response: half the frequency getting "no runner found" errors --- .github/workflows/no-response.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 275b7563..648289e8 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 ten minutes after the hour, every hour - - cron: '10 * * * *' + # Schedule for ten minutes after the hour, every 2 hours + - cron: '10 /2 * * *' permissions: {} jobs: