Commit 102c8d9
ci: drop paths filter from go-ci + perf-gate
Same trap that hit ci-java.yml during phase 5 (PR #131). When a
workflow's job name is a required check on branch protection AND the
workflow has a `paths:` filter, PRs that don't match the filter cause
the workflow to be SKIPPED. Skipped workflows never report a status,
so the required check sits in "Waiting for status to be reported"
indefinitely and blocks merge.
The cutover PR (#132) deletes Java but doesn't touch `go/**`, so both
`go-ci` and `perf-gate` were skipping with the old filter. Removing
the filter makes the jobs always run.
Cost: ~2 min go-ci, ~1 min perf-gate on docs-only PRs. Cheap.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8a05f29 commit 102c8d9
2 files changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
0 commit comments