From 2c899431f8c8934d4183726de49cf9bcda2263b7 Mon Sep 17 00:00:00 2001 From: Douglas Yang Date: Sun, 14 Dec 2025 17:49:57 -0800 Subject: [PATCH] fix: adjusting frequency for ci failure monitor (#15134) --- .github/workflows/ci-failure-monitor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-failure-monitor.yml b/.github/workflows/ci-failure-monitor.yml index 5dc9b4048..6a5a3503b 100644 --- a/.github/workflows/ci-failure-monitor.yml +++ b/.github/workflows/ci-failure-monitor.yml @@ -2,7 +2,7 @@ name: CI Failure Monitor on: schedule: - - cron: '0 * * * *' # Every hour + - cron: '0 */3 * * *' # Every 3 hour workflow_dispatch: concurrency: