generalbots/.forgejo/workflows
Rodrigo Rodriguez (Pragmatismo) 45c5a2b2e5 fix(ci): sccache effective - incremental=1, touch only changed files
- CARGO_INCREMENTAL=1 enables sccache to cache Rust compilations
  (was 0, making all compilations non-cacheable)
- Only touch files that changed between old and new rev
  (was touching ALL files, invalidating entire sccache cache)
- Use git pull --rebase to avoid merge conflicts in CI
2026-04-29 08:43:47 -03:00
..
botserver.yaml fix(ci): sccache effective - incremental=1, touch only changed files 2026-04-29 08:43:47 -03:00