Skip to content

Commit 0cef277

Browse files
committed
Removed the update-ssm-beta job
1 parent 56c2f15 commit 0cef277

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/publish_layer.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,6 @@ jobs:
8080
secrets:
8181
target-account-role: ${{ secrets.AWS_LAYERS_PROD_ROLE_ARN }}
8282

83-
update-ssm-beta:
84-
needs: [deploy-beta]
85-
uses: ./.github/workflows/update_ssm.yml
86-
permissions:
87-
contents: read
88-
with:
89-
environment: beta
90-
package_version: ${{ inputs.latest_published_version }}
91-
layer-version: ${{ needs.deploy-beta.outputs.layer-version }}
92-
9383
update-ssm-prod:
9484
needs: [deploy-prod]
9585
uses: ./.github/workflows/update_ssm.yml

0 commit comments

Comments
 (0)