From e537a4fb733b0abd8550d88f22c0994980fe76e9 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 22 Feb 2026 10:17:45 +0800 Subject: [PATCH] chore: update autofix.yml to be triggered by validate.yml first (#7026) --- .github/workflows/autofix.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index a6844df60..07afd1ed4 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -3,7 +3,11 @@ name: autofix.ci on: push: branches: ["master", "1.23.X"] - pull_request: + # Now it will be triggered by validate.yml first + # pull_request: + workflow_run: + workflows: ["validate"] + types: ["completed"] permissions: {} jobs: