Is it possible to clone without LFS with Git integration?
I have some snapshot test artifacts there but they are not needed for production build, just need to clone without LFS to save Github LFS bandwidth.
2 Replies
below 100mb is possible after 100mb not possible
github will use the bandwidth no bypass
I mean the cloudflare build itself, I assume always clone with LFS. Whereas, in my Github action I can explicitly write
or there maybe an option somewhere I can tell Cloudflare build to not download LFS when cloning? 🤔