fix: simplify pipeline trigger to pull_request event only
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/pr/edge-subpath Pipeline failed
ci/woodpecker/pr/smoke-init Pipeline was successful

This commit is contained in:
dev-qwen2 2026-04-19 20:40:57 +00:00
parent ae8eb09ee7
commit 6b81e2a322

View file

@ -21,14 +21,7 @@
# ============================================================================= # =============================================================================
when: when:
- event: [push, pull_request] event: pull_request
paths:
- "nomad/jobs/edge.hcl"
- "docker/edge/**"
- "tools/edge-control/**"
- ".woodpecker/edge-subpath.yml"
- "tests/smoke-edge-subpath.sh"
- "tests/test-caddyfile-routing.sh"
steps: steps:
# ── 1. ShellCheck on smoke script ──────────────────────────────────────── # ── 1. ShellCheck on smoke script ────────────────────────────────────────