We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57e7d4 commit 8f5804eCopy full SHA for 8f5804e
.github/workflows/deploy.yml
@@ -25,9 +25,6 @@ jobs:
25
uses: actions/checkout@v4
26
with:
27
fetch-depth: 0
28
- lfs: true
29
- - name: pull lfs files
30
- run: git lfs pull
31
32
- name: Set up Python ${{ matrix.python-version }}
33
id: python-setup
.github/workflows/staging-deploy.yml
@@ -90,7 +90,7 @@ jobs:
90
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
91
build-platforms: "aws"
92
environment: "staging"
93
+ lfs: false
94
secrets:
95
aws-key-id: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
96
aws-secret-key: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET}}
0 commit comments