File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3434 default : ' 5'
3535jobs :
3636 deploy :
37- uses : lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@deploy-request
37+ uses : lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
3838 with :
3939 template-repository-name : ' lambda-feedback/evaluation-function-boilerplate-python'
4040 build-file : " app/Dockerfile"
Original file line number Diff line number Diff line change 5959 if-no-files-found : warn
6060 deploy :
6161 needs : test
62- uses : lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@deploy-request
62+ uses : lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
6363 with :
6464 template-repository-name : " lambda-feedback/evaluation-function-boilerplate-python"
6565 build-file : " app/Dockerfile"
Original file line number Diff line number Diff line change @@ -102,10 +102,6 @@ shimmy -c "python" -a "-m" -a "evaluation_function.main" -i ipc
102102### Repository Structure
103103
104104``` bash
105- .github/workflows/
106- build.yml # builds the public evaluation function image
107- deploy.yml # deploys the evaluation function to Lambda Feedback
108-
109105evaluation_function/main.py # evaluation function entrypoint
110106evaluation_function/evaluation.py # evaluation function implementation
111107evaluation_function/evaluation_test.py # evaluation function tests
You can’t perform that action at this time.
0 commit comments