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

Commit

Permalink
Merge pull request #467 from communitiesuk/BAU_pass_environment
Browse files Browse the repository at this point in the history
BAU - pass environment
  • Loading branch information
robk-dluhc authored Nov 8, 2023
2 parents 136a081 + a1925cf commit 2e0d838
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 @@ -141,3 +141,4 @@ jobs:
run_performance_tests: ${{ inputs.run_performance_tests || false }}
run_e2e_tests: ${{ inputs.run_e2e_tests || true }}
app_name: assessment
environment: ${{ inputs.environment == '' && 'test' || inputs.environment }}

0 comments on commit 2e0d838

Please sign in to comment.