open-notebook/.github/workflows
LUIS NOVO e54604dd90 fix: add disk cleanup step to prevent out of space errors
Multi-platform Docker builds (amd64 + arm64) consume significant disk
space on GitHub Actions runners, often causing 'No space left on device'
errors.

This adds cleanup steps that remove unnecessary toolchains before
building:
- .NET SDK (~1-2 GB)
- Android SDK (~10+ GB)
- GHC (Haskell) (~1 GB)
- CodeQL tools (~5 GB)
- Unused Docker images

This typically frees up 20-30 GB of space, which should be sufficient
for multi-platform builds.
2025-10-18 14:14:48 -03:00
..
build-and-release.yml fix: add disk cleanup step to prevent out of space errors 2025-10-18 14:14:48 -03:00
build-dev.yml Fix Python syntax errors and make mypy non-blocking (#156) 2025-10-18 13:12:47 -03:00
claude-code-review.yml Claude Code Review workflow 2025-06-14 16:39:53 -03:00
claude.yml Claude PR Assistant workflow 2025-06-14 16:39:52 -03:00