Commit d57dcdd
committed
ci: add path filters to skip KinD e2e on unrelated changes
The KinD e2e matrix (3 test suites × 2 k8s versions) currently fires on
every PR regardless of what changed. Restricting it to paths that can
actually affect runtime behaviour — Go source, go.mod/sum, config/,
test/, and the workflow file itself — avoids wasting ~6 parallel
runner-hours on documentation or tooling-only changes.
The e2e-tests check is not a required status check on the upstream
repo (Prow handles gating), so a skipped run on docs-only PRs does
not block merging.
Made-with: Cursor1 parent 7c4c338 commit d57dcdd
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
| |||
0 commit comments