Skip to content

Commit 4d0a617

Browse files
committed
chore: skip cdn deployments
1 parent 6c642e0 commit 4d0a617

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-beta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
echo "beta_identifier_for_automation_tests=pr-${{ steps.pr-info.outputs.pr_number }}-$SHA_SHORT" >> $GITHUB_OUTPUT
131131
132132
deploy-cdn:
133+
if: false
133134
name: Deploy to CDN
134135
uses: ./.github/workflows/deploy.yml
135136
needs: get-deploy-inputs
@@ -167,6 +168,7 @@ jobs:
167168
SLACK_RELEASE_CHANNEL_ID: ${{ secrets.SLACK_RELEASE_CHANNEL_ID_NON_PROD }}
168169

169170
deploy-sanity-suite:
171+
if: false
170172
name: Deploy sanity suite
171173
needs: [get-deploy-inputs]
172174
uses: ./.github/workflows/deploy-sanity-suite.yml

0 commit comments

Comments
 (0)