Skip to content

Commit ddc7c7c

Browse files
updated e2e with condition
1 parent cf1b665 commit ddc7c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ jobs:
652652
needs: [docker-build, deploy]
653653
uses: ./.github/workflows/test-automation-v2.yml
654654
with:
655-
CP_WEB_URL: ${{ needs.deploy.outputs.CONTAINER_WEB_APPURL }}
655+
CP_WEB_URL: ${{ needs.deploy.outputs.CONTAINER_WEB_APPURL || github.event.inputs.existing_webapp_url }}
656656
secrets: inherit
657657

658658
cleanup-deployment:

0 commit comments

Comments
 (0)