Skip to content

Commit

Permalink
Merge pull request #1100 from UKHSA-Internal/chore/bring-perf-env-off…
Browse files Browse the repository at this point in the history
…-cd-pipeline

Bring `perf` env off CD pipeline
  • Loading branch information
A-Ashiq authored Nov 11, 2024
2 parents f42e202 + 22a66b5 commit 4f51052
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ jobs:
branch: env/test/test
secrets: inherit

deploy_perf:
needs: fast_forward_env_branches
if: ${{needs.fast_forward_env_branches.outputs.deploy_perf}}
uses: ./.github/workflows/well-known-environment.yml
with:
branch: env/test/perf
secrets: inherit
# deploy_perf:
# needs: fast_forward_env_branches
# if: ${{needs.fast_forward_env_branches.outputs.deploy_perf}}
# uses: ./.github/workflows/well-known-environment.yml
# with:
# branch: env/test/perf
# secrets: inherit

deploy_staging:
needs: fast_forward_env_branches
Expand Down

0 comments on commit 4f51052

Please sign in to comment.