fix: disable Git LFS in clone step

LFS is not installed in the Woodpecker runner and not needed for
this repo anyway.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Barry Walker
2026-01-13 14:35:53 -05:00
parent 0f2a6937c4
commit 61f2d77591
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -2,6 +2,10 @@
when:
- event: pull_request
clone:
git:
lfs: false
steps:
- name: restore
image: mcr.microsoft.com/dotnet/sdk:10.0-preview