Skip to content

Commit

Permalink
HOTFIX - Add code freeze conditional to production deploy in CD pipel…
Browse files Browse the repository at this point in the history
…ine (#2194)
  • Loading branch information
coreycarvalho authored Dec 19, 2024
1 parent c4bebf1 commit ba5376b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba5376b

Please sign in to comment.