diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index 49b561d7..e5c49cfd 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -113,7 +113,7 @@ jobs: # Can we realistically run E2E at this stage, or just plump for application on the grounds it checks fund-store is operational? post_deploy_tests: needs: copilot_environments_deploy - if: inputs.environment == 'test' || inputs.environment == '' + if: inputs.environment == 'test' || inputs.environment == 'dev' || inputs.environment == '' secrets: E2E_PAT: ${{secrets.E2E_PAT}} uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@main