Commit 2ebba16
ci: optimize GitHub Actions performance (#30)
Implements multiple optimizations to reduce CI time and resource usage:
- Split linting into dedicated job (runs once instead of 5x per matrix)
- Add Python package caching to all workflows
- Add concurrency groups to cancel outdated PR runs
- Remove redundant test job from release workflow (CI already tests)
- Add path filters to skip CI for docs-only changes on main
Expected improvements:
- ~80% faster linting (1 job vs 5 jobs)
- ~50% faster releases (no redundant testing)
- Faster dependency installation (Python caching)
- Reduced CI queue times (concurrency cancellation)
- No wasted runs for documentation updates
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 97ccf10 commit 2ebba16
2 files changed
+51
-34
lines changed| 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 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
8 | 21 | | |
9 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
10 | 56 | | |
11 | 57 | | |
12 | 58 | | |
| |||
30 | 76 | | |
31 | 77 | | |
32 | 78 | | |
| 79 | + | |
| 80 | + | |
33 | 81 | | |
34 | 82 | | |
35 | 83 | | |
| |||
40 | 88 | | |
41 | 89 | | |
42 | 90 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 91 | | |
54 | 92 | | |
55 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 12 | + | |
35 | 13 | | |
36 | 14 | | |
37 | | - | |
38 | 15 | | |
39 | 16 | | |
40 | 17 | | |
| |||
46 | 23 | | |
47 | 24 | | |
48 | 25 | | |
| 26 | + | |
| 27 | + | |
49 | 28 | | |
50 | 29 | | |
51 | 30 | | |
| |||
0 commit comments