Skip to content

Commit 589d30e

Browse files
committed
chore: remove docs publishing from layer deploy workflow
Signed-off-by: heitorlessa <[email protected]>
1 parent e9eae01 commit 589d30e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/reusable_deploy_v2_layer_stack.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,3 @@ jobs:
151151
retention-days: 1
152152
- name: CDK Deploy Canary
153153
run: npx cdk deploy --app cdk.out --context region=${{ matrix.region }} --parameters DeployStage="${{ inputs.stage }}" --parameters HasARM64Support=${{ matrix.has_arm64_support }} 'CanaryV2Stack' --require-approval never --verbose
154-
155-
update_v2_layer_arn_docs:
156-
needs: deploy-cdk-stack
157-
if: ${{ inputs.stage == 'PROD' }}
158-
uses: ./.github/workflows/reusable_update_v2_layer_arn_docs.yml
159-
with:
160-
latest_published_version: ${{ inputs.latest_published_version }}

0 commit comments

Comments
 (0)