Commit b9cc239
committed
Fix main-push-fast workflow module detection and prevent recursive triggers
- Fix bash parsing logic that incorrectly extracted debug output instead of actual module list
- Separate stdout (module result) from stderr (debug logging) in test discovery
- Add .github/workflows/** to paths-ignore to prevent workflow from triggering on its own changes
- Workflow now properly handles infrastructure-only changes with empty module list
Signed-off-by: [email protected]1 parent de5cd35 commit b9cc239
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | | - | |
95 | | - | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
| 99 | + | |
97 | 100 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments