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
Shadow Gaming
Shadow Gaming•2w ago
below 100mb is possible after 100mb not possible github will use the bandwidth no bypass
znut
znutOP•2w ago
I mean the cloudflare build itself, I assume always clone with LFS. Whereas, in my Github action I can explicitly write
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/checkout@v4
with:
lfs: true
or there maybe an option somewhere I can tell Cloudflare build to not download LFS when cloning? 🤔

Did you find this page helpful?