fix: correct Woodpecker when clause syntax for path filters
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/edge-subpath Pipeline failed
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/pr/edge-subpath Pipeline failed
ci/woodpecker/pr/smoke-init Pipeline failed

This commit is contained in:
dev-qwen2 2026-04-19 20:31:36 +00:00
parent 1a1ae0b629
commit ae8eb09ee7

View file

@ -21,14 +21,14 @@
# =============================================================================
when:
event: [push, 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"
- event: [push, 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:
# ── 1. ShellCheck on smoke script ────────────────────────────────────────