ci: skip e2e for tools-only and docs-only PRs

Path filter excludes tools/**, FitnessEvaluator*, docs/**, *.md.
Branch protection now requires ci/woodpecker/pr/ci (always runs)
instead of e2e (which may be skipped).
This commit is contained in:
openhands 2026-03-12 21:43:09 +00:00
parent b456bc75fd
commit 8735d096e7

View file

@ -7,6 +7,12 @@ name: e2e
when:
event: pull_request
path:
exclude:
- "tools/**"
- "onchain/test/FitnessEvaluator*"
- "docs/**"
- "*.md"
clone:
git: