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:
parent
052ad7ac1c
commit
d0131b06c2
2 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ when:
|
|||
- "tools/**"
|
||||
- "onchain/test/FitnessEvaluator*"
|
||||
- "docs/**"
|
||||
- "formulas/**"
|
||||
- "evidence/**"
|
||||
- ".codeberg/**"
|
||||
- "*.md"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue