Revert "chore: update autofix.yml to be triggered by validate.yml first" (#7027)

pull/7028/head
Louis Lam 2 months ago committed by GitHub
parent e537a4fb73
commit c817c008d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save