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