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
Browse files Browse the repository at this point in the history
  • Loading branch information
robk-dluhc committed Nov 7, 2023
1 parent aad4733 commit c1f4eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +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 == ''
secrets:
E2E_PAT: ${{secrets.E2E_PAT}}
uses: communitiesuk/funding-service-design-workflows/.github/workflows/post-deploy.yml@main
Expand Down

0 comments on commit c1f4eba

Please sign in to comment.