We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c642e0 commit 4d0a617Copy full SHA for 4d0a617
1 file changed
.github/workflows/deploy-beta.yml
@@ -130,6 +130,7 @@ jobs:
130
echo "beta_identifier_for_automation_tests=pr-${{ steps.pr-info.outputs.pr_number }}-$SHA_SHORT" >> $GITHUB_OUTPUT
131
132
deploy-cdn:
133
+ if: false
134
name: Deploy to CDN
135
uses: ./.github/workflows/deploy.yml
136
needs: get-deploy-inputs
@@ -167,6 +168,7 @@ jobs:
167
168
SLACK_RELEASE_CHANNEL_ID: ${{ secrets.SLACK_RELEASE_CHANNEL_ID_NON_PROD }}
169
170
deploy-sanity-suite:
171
172
name: Deploy sanity suite
173
needs: [get-deploy-inputs]
174
uses: ./.github/workflows/deploy-sanity-suite.yml
0 commit comments