From ca0b6cb72fc757b0909ce4d94a8c17b4338eab91 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Jun 2026 11:38:11 +0800 Subject: [PATCH] chore(ci): cancel stale deploy queue [skip ci] --- scripts/ci/wait-host-web-build-pressure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/wait-host-web-build-pressure.sh b/scripts/ci/wait-host-web-build-pressure.sh index 42844d08..04a1bb99 100755 --- a/scripts/ci/wait-host-web-build-pressure.sh +++ b/scripts/ci/wait-host-web-build-pressure.sh @@ -13,6 +13,7 @@ set -euo pipefail # 2026-06-28 Codex: non-behavior trigger after increasing API test container memory. # 2026-06-28 Codex: host 110 runner pressure remains an incident-grade guard. # Controlled apply is open, but this pressure gate stays fail-closed by default. +# 2026-06-28 Codex: skip-ci trigger to cancel the stale pre-guard CD run queue. ATTEMPTS="${HOST_WEB_BUILD_PRESSURE_ATTEMPTS:-${HOST_WEB_BUILD_PRESSURE_MAX_ATTEMPTS:-60}}" SLEEP_SECONDS="${HOST_WEB_BUILD_PRESSURE_SLEEP_SECONDS:-${HOST_WEB_BUILD_PRESSURE_INTERVAL:-10}}"