We keep all our binary biles in LFS and downloading them each time now takes around 8 minutes. We are trying to work around that by keeping the .git/ directory in caches, which has usability issues with update cycle.
What is the best way to use LFS but not download those each time?
@mjgaylord We are still caching the lfs files and using lfs manually. The essence is in setting the GIT_LFS_SKIP_SMUDGE env variable and updating the cache key for invalidation from time to time. This is visible in the following setup: