Skip to content

Commit 370b25a

Browse files
authored
Remove me-south-1 from release build default regions (#1369)
Remove me-south-1 from release build default regions *Issue #, if available:* *Description of changes:* 1. Remove me-south-1 from the default Lambda layer deployment regions in release-build.yml as the region is no longer operational. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent c6f5f4b commit 370b25a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
aws_region:
99
description: 'Deploy lambda layer to aws regions'
1010
required: true
11-
default: 'us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, eu-north-1, sa-east-1, af-south-1, ap-east-1, ap-east-2, ap-south-2, ap-southeast-3, ap-southeast-4, ap-southeast-6, eu-central-2, eu-south-1, eu-south-2, il-central-1, me-central-1, me-south-1, ap-southeast-5, ap-southeast-7, mx-central-1, ca-west-1, cn-north-1, cn-northwest-1'
11+
default: 'us-east-1, us-east-2, us-west-1, us-west-2, ap-south-1, ap-northeast-3, ap-northeast-2, ap-southeast-1, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, eu-north-1, sa-east-1, af-south-1, ap-east-1, ap-east-2, ap-south-2, ap-southeast-3, ap-southeast-4, ap-southeast-6, eu-central-2, eu-south-1, eu-south-2, il-central-1, me-central-1, ap-southeast-5, ap-southeast-7, mx-central-1, ca-west-1, cn-north-1, cn-northwest-1'
1212

1313
env:
1414
AWS_PUBLIC_ECR_REGION: us-east-1

0 commit comments

Comments
 (0)