Commit 5706d2f
Simplify Python workflow - use paths trigger instead of filter action
Apply suggestion from @nsingla:
- Remove detect-python-changes job
- Use on.push.paths and on.pull_request.paths directly
- Simpler implementation with same functionality
- Reduces workflow complexity and job count
Benefits:
- One less job to execute
- Clearer trigger conditions in workflow file
- GitHub handles path filtering natively
- Added workflow file itself to paths (self-trigger on changes)
Co-authored-by: nsingla <nsingla@users.noreply.github.com>1 parent 23a60a9 commit 5706d2f
1 file changed
+11
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
8 | 18 | | |
9 | 19 | | |
10 | 20 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 21 | | |
30 | 22 | | |
31 | | - | |
32 | | - | |
33 | 23 | | |
34 | 24 | | |
35 | 25 | | |
| |||
75 | 65 | | |
76 | 66 | | |
77 | 67 | | |
78 | | - | |
| 68 | + | |
79 | 69 | | |
80 | 70 | | |
81 | 71 | | |
| |||
0 commit comments