Skip to content

Commit 8f5804e

Browse files
committed
Disabled LFS
1 parent d57e7d4 commit 8f5804e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
28-
lfs: true
29-
- name: pull lfs files
30-
run: git lfs pull
3128

3229
- name: Set up Python ${{ matrix.python-version }}
3330
id: python-setup

.github/workflows/staging-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
9191
build-platforms: "aws"
9292
environment: "staging"
93-
lfs: true
93+
lfs: false
9494
secrets:
9595
aws-key-id: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
9696
aws-secret-key: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET}}

0 commit comments

Comments
 (0)