Commit a6c6b95
fix: add cache fallback to status workflow for complete CI resilience
Complete the GitHub Actions cache fallback implementation by updating the status.yml workflow with the same robust cache handling strategy used in other workflows.
IMPROVEMENTS:
- Add manual pixi installation fallback when cache service fails
- Implement retry logic for dependency installation
- Ensure status checks can run independently of GitHub cache service
- Maintain consistency with other workflow cache handling patterns
This completes the comprehensive cache service outage resilience across all GitHub Actions workflows, ensuring CI can function during GitHub infrastructure disruptions.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent bd66ecd commit a6c6b95
1 file changed
+38
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | | - | |
| 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 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
26 | 60 | | |
27 | 61 | | |
28 | 62 | | |
| |||
55 | 89 | | |
56 | 90 | | |
57 | 91 | | |
58 | | - | |
| 92 | + | |
0 commit comments