From 17349168bb159a4e68ec7ac071aac4b8f67e5c60 Mon Sep 17 00:00:00 2001 From: siyu Date: Fri, 23 Jan 2026 15:36:05 +0800 Subject: [PATCH] set cooldown_interval_minutes to 0 for liusy58 (#17637) --- .github/CI_PERMISSIONS.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 3354318e6..6067d860e 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -667,7 +667,7 @@ "liusy58": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, - "cooldown_interval_minutes": 60, + "cooldown_interval_minutes": 0, "reason": "custom override", "can_rerun_stage": true },