From db1e8b7ed21902dc8c308aa263b49eb69c3a7a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Tue, 19 Mar 2024 11:12:48 +0100 Subject: [PATCH] [core] Lower the frequency of no-response action runs (#41553) --- .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 f268f0c23959de..55cc118703fb8b 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -8,8 +8,8 @@ on: issue_comment: types: [created] schedule: - # Schedule for five minutes after the hour, every hour - - cron: '5 * * * *' + # Schedule for 12am and 12pm UTC + - cron: '0 0,12 * * *' permissions: {}