znut
znut
CDCloudflare Developers
Created by znut on 3/21/2025 in #pages-help
Is it possible to clone without LFS with Git integration?
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? 🤔
4 replies
CDCloudflare Developers
Created by dexter on 2/26/2025 in #workers-help
Moved repo to a new GitHub org and now Workers Builds doesn't detect changes anymore
@aniniflare I tried create new worker and re-attach git repo already but it didn;t help. also try changing branch / update wrangler version and toml to have matching name also didn't help. It's not urgent for me rn, but I plan to use cron and other worker exclusive features soon so I'm trying to migrate
10 replies
CDCloudflare Developers
Created by dexter on 2/26/2025 in #workers-help
Moved repo to a new GitHub org and now Workers Builds doesn't detect changes anymore
I happened to have same problem, move one git repo to another github org and worker build doesn't pick up anymore. any resolution?
10 replies