mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-03 03:07:02 +00:00
Revert "chore: update autofix.yml to be triggered by validate.yml first" (#7027)
This commit is contained in:
6
.github/workflows/autofix.yml
vendored
6
.github/workflows/autofix.yml
vendored
@@ -3,11 +3,7 @@ name: autofix.ci
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master", "1.23.X"]
|
branches: ["master", "1.23.X"]
|
||||||
# Now it will be triggered by validate.yml first
|
pull_request:
|
||||||
# pull_request:
|
|
||||||
workflow_run:
|
|
||||||
workflows: ["validate"]
|
|
||||||
types: ["completed"]
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user