ci: exclude formulas/ and evidence/ from build and e2e pipelines

These directories contain TOML process definitions and JSON evidence
files — no code changes that need testing. Also excludes docs/ and
*.md from the main CI pipeline (e2e already excluded these).

Prepares for formula and evidence PRs landing without triggering
unnecessary CI runs.
This commit is contained in:
openhands 2026-03-19 06:33:20 +00:00 committed by johba
parent 052ad7ac1c
commit d0131b06c2
2 changed files with 8 additions and 0 deletions

View file

@ -12,6 +12,8 @@ when:
- "tools/**"
- "onchain/test/FitnessEvaluator*"
- "docs/**"
- "formulas/**"
- "evidence/**"
- ".codeberg/**"
- "*.md"