Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Only run post-deploy on test/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
robk-dluhc committed Nov 7, 2023
1 parent c1f4eba commit 5a8d092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5a8d092

Please sign in to comment.