From 5daa6c31be14689be6e2798d34e991afe311e637 Mon Sep 17 00:00:00 2001 From: wenshao Date: Sun, 23 Aug 2026 01:30:23 +0800 Subject: [PATCH] fix(ci): record qwen-autofix.yml's shipped size in the workflow size baseline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ratchet that #9677 introduced fails on the tree that introduced it. That PR moved prose out of `qwen-autofix.yml` (431526 → 397656 bytes) and recorded the manifest in the same commit, but the number it recorded — 392111 — is the size from an earlier revision of the branch, 5545 bytes below what actually shipped and 1449 past the 4096-byte allowance. Nothing downstream can pass it. `Check workflow file size` is step 7 of the `Test` job, ahead of `Install dependencies`, and a failure there skips every step after it — so any PR whose merge ref contains #9677 reports a red `Test` lane having run no tests at all, over a workflow file it never touched. Measured on two PRs from different authors, both failing at that step and no other. The file is the post-migration one #9677 meant to ship, so the number is what moves: the entry now records what is on disk, and the ratchet resumes measuring drift from there. --- .github/workflows/.size-baseline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.size-baseline b/.github/workflows/.size-baseline index d105e4317c1..849c5c3be44 100644 --- a/.github/workflows/.size-baseline +++ b/.github/workflows/.size-baseline @@ -34,7 +34,7 @@ 6495 pr-self-report-label.yml 9646 qwen-autofix-fork-bridge.yml 5942 qwen-autofix-fork-signal.yml -392111 qwen-autofix.yml +397656 qwen-autofix.yml 7061 qwen-ci-flaky-rerun.yml 151937 qwen-code-pr-review.yml 79041 qwen-fleet-shepherd.yml