mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-03 03:07:02 +00:00
chore: update autofix.yml to be triggered by validate.yml first (#7026)
This commit is contained in:
6
.github/workflows/autofix.yml
vendored
6
.github/workflows/autofix.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user