mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-29 02:01:08 +00:00
chore: update autofix.yml to be triggered by validate.yml first (#7026)
This commit is contained in:
@@ -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