generalbots/.forgejo/workflows
Rodrigo Rodriguez (Pragmatismo) 2634521d9e Optimize CI Setup Workspace - avoid full codebase download
- Remove gb-ws clone (unnecessary intermediate step)
- Use --depth 1 for shallow clones (only latest commit)
- Create minimal Cargo.toml directly (only botlib + botserver members)
- Use git pull --ff-only for updates (no full history)
- Significantly reduces CI time and disk usage
- Maintains single-pull strategy
2026-04-10 11:38:13 -03:00
..
botserver.yaml Optimize CI Setup Workspace - avoid full codebase download 2026-04-10 11:38:13 -03:00