Skip to content

Commit b839ffe

Browse files
committed
Change hardcoded production value.
1 parent 8c2b813 commit b839ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
id: invoke-evaluation-lambda
178178
env:
179179
REGION: ${{ vars.AWS_REGION }}
180-
FUNCTION_NAME: "asap-pdf-evaluation-production"
180+
FUNCTION_NAME: "asap-pdf-evaluation-staging"
181181
EVALUATION_MODEL: ${{ github.event.inputs.evaluation_model_name }}
182182
INFERENCE_MODEL: ${{ github.event.inputs.inference_model_name }}
183183
EVALUATION_COMPONENT: ${{ github.event.inputs.evaluation_component }}

0 commit comments

Comments
 (0)