Skip to content

Commit

Permalink
Merge branch 'main' into HOTFIX-status-reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanParish committed Dec 19, 2024
2 parents 6adbedd + ba5376b commit 4aac85d
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 4aac85d

Please sign in to comment.