fix: correct Woodpecker when clause syntax for path filters
This commit is contained in:
parent
1a1ae0b629
commit
ae8eb09ee7
1 changed files with 8 additions and 8 deletions
|
|
@ -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 ────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue