Skip to content

Commit b2adf47

Browse files
Enhance e2e test condition to include existing webapp URL for execution
1 parent 33c35df commit b2adf47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-Parameterized.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ jobs:
507507
echo "Logged out from Azure."
508508
509509
e2e-test:
510-
# Run e2e tests for automatic triggers or when manually enabled
511-
if: always() && (github.event_name != 'workflow_dispatch' || github.event.inputs.run_e2e_tests == true || github.event.inputs.run_e2e_tests == null)
510+
# Run e2e tests for automatic triggers, when manually enabled, or when existing webapp URL is provided
511+
if: always() && (github.event_name != 'workflow_dispatch' || github.event.inputs.run_e2e_tests == true || github.event.inputs.run_e2e_tests == null || github.event.inputs.existing_webapp_url != '')
512512
needs: [deploy]
513513
uses: ./.github/workflows/test-automation.yml
514514
with:

0 commit comments

Comments
 (0)