Skip to content

Commit

Permalink
Use code freeze var only in prod in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
coreycarvalho committed Dec 19, 2024
1 parent c36eec0 commit 8690009
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
secrets: inherit

run-deployment:
if: vars.CODE_FREEZE == 'false'
needs: [setup-environment, build-push-artifacts]
uses: ./.github/workflows/deployment.yml
with:
Expand All @@ -108,7 +107,6 @@ jobs:
secrets: inherit

run-qa-suite:
if: vars.CODE_FREEZE == 'false'
needs: [run-deployment]
uses: ./.github/workflows/run-regression.yml
with:
Expand Down

0 comments on commit 8690009

Please sign in to comment.