Skip to content

Commit e07690c

Browse files
committed
Remove LFS flag from checkout
1 parent 4fc2f48 commit e07690c

6 files changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/ci-build-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v7
27-
with:
28-
lfs: true
2927

3028
- name: Setup Node
3129
uses: actions/setup-node@v7

.github/workflows/deploy-frontend-pages.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
github.event.workflow_run.head_repository.full_name == github.repository
4242
)
4343
steps:
44-
- name: Install Git LFS
45-
run: |
46-
sudo apt-get update
47-
sudo apt-get install -y git-lfs
48-
4944
- name: Checkout
5045
uses: actions/checkout@v7
5146
with:

.github/workflows/e2e-main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v7
32-
with:
33-
lfs: true
3432

3533
- name: Setup Node
3634
uses: actions/setup-node@v7

.github/workflows/e2e-nightly-full-matrix.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v7
33-
with:
34-
lfs: true
3533

3634
- name: Setup Node
3735
uses: actions/setup-node@v7

.github/workflows/e2e-pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v7
29-
with:
30-
lfs: true
3129

3230
- name: Setup Node
3331
uses: actions/setup-node@v7

.plans/ci-repair-harness-implementation-plan-2026-07-26.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Goal: shake out the PhaserForge adapter before any generalization.
307307
change, false success, or token-expensive repeated loop.
308308
- [ ] Tune parsers and catalog entries from measured failures, not anticipated
309309
abstractions.
310-
- [x] Decide whether main-manifest support is justified; defer it until the
310+
- [x] Decide whether main-manifest support is justified; defer it until theHe
311311
required 10--20 failure sample exists because the current evidence does not
312312
justify a second adapter scope.
313313

0 commit comments

Comments
 (0)