diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index a6844df6..07afd1ed 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: