Skip to content

Commit 0718e13

Browse files
committed
[ELI-702] adding dependency to force the correct order
1 parent aaf0ef5 commit 0718e13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd-3-test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
deploy:
172172
name: "Deploy to TEST (approval required)"
173173
runs-on: ubuntu-latest
174-
needs: [metadata]
174+
needs: [metadata, sign-lambda-artifact]
175175
environment: test
176176
timeout-minutes: 10080
177177
permissions:

0 commit comments

Comments
 (0)