fix: simplify pipeline trigger to pull_request event only
This commit is contained in:
parent
ae8eb09ee7
commit
6b81e2a322
1 changed files with 1 additions and 8 deletions
|
|
@ -21,14 +21,7 @@
|
|||
# =============================================================================
|
||||
|
||||
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: pull_request
|
||||
|
||||
steps:
|
||||
# ── 1. ShellCheck on smoke script ────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue