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