From 0d003e34b021949f59d02c7228368453ace46531 Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Mon, 29 Dec 2025 19:44:25 -0800 Subject: [PATCH] Reduce CI failure monitor to run once every 12 hours (#16123) --- .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 6a5a3503b..8cb9a2547 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 */3 * * *' # Every 3 hour + - cron: '0 */12 * * *' # Every 12 hour workflow_dispatch: concurrency: