diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index fc1af48c..3def7b43 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -429,7 +429,7 @@ jobs: uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@main with: run_performance_tests: ${{ inputs.run_performance_tests || true }} - run_e2e_tests: false + run_e2e_tests: ${{ inputs.run_e2e_tests || true }} run_static_security_python: false run_zap_scan: true app_name: forms @@ -473,7 +473,7 @@ jobs: uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@main with: run_performance_tests: ${{ inputs.run_performance_tests || true }} - run_e2e_tests: false + run_e2e_tests: ${{ inputs.run_e2e_tests || true }} run_static_security_python: false run_zap_scan: true app_name: forms @@ -516,7 +516,7 @@ jobs: uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@main with: run_performance_tests: ${{ inputs.run_performance_tests || true }} - run_e2e_tests: false + run_e2e_tests: ${{ inputs.run_e2e_tests || true }} run_static_security_python: false run_zap_scan: true app_name: forms