diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index f40c6d25..8392cae4 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -75,7 +75,7 @@ jobs: FS_BASIC_AUTH_USERNAME: ${{ secrets.FS_BASIC_AUTH_USERNAME }} FS_BASIC_AUTH_PASSWORD: ${{ secrets.FS_BASIC_AUTH_PASSWORD }} AWS_ACCOUNT: ${{ secrets.AWS_ACCOUNT }} - uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@proto/fspt-140-python-e2e + uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@test-e2e-jobs with: run_performance_tests: ${{ inputs.run_performance_tests || true }} run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || true }}