From 8690009ebc06a3b3c23b6aacece88c8a12b6a1de Mon Sep 17 00:00:00 2001 From: Corey Carvalho <44616801+coreycarvalho@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:30:05 -0500 Subject: [PATCH] Use code freeze var only in prod in pipeline --- .github/workflows/dev_deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index a3edb39bac..4921fb8680 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -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: @@ -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: