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,7 +21,7 @@
# ============================================================================= # =============================================================================
when: when:
event: [push, pull_request] - event: [push, pull_request]
paths: paths:
- "nomad/jobs/edge.hcl" - "nomad/jobs/edge.hcl"
- "docker/edge/**" - "docker/edge/**"