Skip to content

Commit 9eabbb5

Browse files
Skip e2e testing
1 parent b33b2cf commit 9eabbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
secrets: inherit
101101

102102
e2e-test:
103-
if: "!cancelled() && ((needs.deploy.result == 'success' && needs.deploy.outputs.WEB_APP_URL != '') || (inputs.existing_webapp_url != '' && inputs.existing_webapp_url != null)) && (inputs.trigger_type != 'workflow_dispatch' || (inputs.run_e2e_tests != 'None' && inputs.run_e2e_tests != '' && inputs.run_e2e_tests != null))"
103+
if: false # E2E testing disabled
104104
needs: [docker-build, deploy]
105105
uses: ./.github/workflows/job-test-automation.yml
106106
with:

0 commit comments

Comments
 (0)