Skip to content

Commit 33d5088

Browse files
committed
temporarily removing test requirement in deploy pipeline
1 parent fff37e8 commit 33d5088

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
build:
8484
name: Build Docker Image
8585
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/build.yml@main
86-
needs: test
8786
permissions:
8887
contents: read
8988
id-token: write
@@ -92,7 +91,7 @@ jobs:
9291
deploy:
9392
name: Deploy to Lambda Feedback
9493
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
95-
needs: test
94+
needs: build
9695
with:
9796
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
9897
permissions:

0 commit comments

Comments
 (0)