Skip to content

Commit 6f3acc3

Browse files
committed
add fraud detection model as requirement to the workflow
1 parent c562aeb commit 6f3acc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4444

4545
deploy-serverless-infra:
46-
needs: build-validation-lambda-ecr
46+
needs: [build-validation-lambda-ecr, build-fraud-detection-model-ecr]
4747
runs-on: ubuntu-latest
4848
env:
4949
aws-region: ca-central-1

0 commit comments

Comments
 (0)