fix: fix when clause format for Woodpecker pipeline
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 17:27:42 +00:00
parent 558027f097
commit 315b0f10bd

View file

@ -23,7 +23,7 @@
# ============================================================================= # =============================================================================
when: when:
- event: [pull_request, manual] - event: pull_request
path: path:
- "nomad/jobs/edge.hcl" - "nomad/jobs/edge.hcl"
- "docker/edge/**" - "docker/edge/**"
@ -31,6 +31,7 @@ when:
- ".woodpecker/edge-subpath.yml" - ".woodpecker/edge-subpath.yml"
- "tests/smoke-edge-subpath.sh" - "tests/smoke-edge-subpath.sh"
- "tests/test-caddyfile-routing.sh" - "tests/test-caddyfile-routing.sh"
- event: manual
# Authenticated clone — same pattern as .woodpecker/nomad-validate.yml. # Authenticated clone — same pattern as .woodpecker/nomad-validate.yml.
# Forgejo is configured with REQUIRE_SIGN_IN, so anonymous git clones fail. # Forgejo is configured with REQUIRE_SIGN_IN, so anonymous git clones fail.