chore: update autofix.yml to be triggered by validate.yml first (#7026)

This commit is contained in:
Louis Lam
2026-02-22 10:17:45 +08:00
committed by GitHub
parent 5cd23d237c
commit e537a4fb73

View File

@@ -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: