Skip to content

Commit

Permalink
Merge pull request #1286 from UKHSA-Internal/task/revive-perf-wke/CDD…
Browse files Browse the repository at this point in the history
…-2526

Re-add `perf` env to CD pipeline
  • Loading branch information
A-Ashiq authored Mar 5, 2025
2 parents 29d0b2d + 2d565da commit cf1580d
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 @@ -194,13 +194,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 cf1580d

Please sign in to comment.