diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 0c3969080f..9eb72b19b6 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -109,6 +109,7 @@ jobs: draftReleaseReference: ${{ needs.create-release-notes.outputs.draftReleaseReference }} deploy-to-prod: + if: vars.CODE_FREEZE == 'false' needs: [publish-release-notes, create-and-post-tag] uses: ./.github/workflows/deploy-release.yml secrets: inherit