Commit bd81d90
ci: exclude top-level scripts/prod files from hybrid system test
The hybrid_system_test path-trigger exclude glob was "scripts/prod/**/*", which
under fnmatch requires a subdirectory and so did NOT match top-level files like
scripts/prod/common_lib.py. As a result, prod-script-only changes still triggered
the (irrelevant, infra-heavy) hybrid system test instead of being skipped.
Use "scripts/prod/**" so all files under scripts/prod are excluded, matching intent.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent de95d91 commit bd81d90
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments