Skip to content

Commit 0e9b3af

Browse files
committed
remove cn-northwest-1 due to issues with deployment
1 parent 7f9be5a commit 0e9b3af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/layers_partition_verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
name: Parition (China)
5959
if: ${{ inputs.partition == 'China' }}
6060
run: |
61-
echo regions='["cn-north-1", "cn-northwest-1"]'>> "$GITHUB_OUTPUT"
61+
echo regions='["cn-north-1"]'>> "$GITHUB_OUTPUT"
6262
echo partition='aws-cn'>> "$GITHUB_OUTPUT"
6363
echo aud='sts.amazonaws.com.cn'>> "$GITHUB_OUTPUT"
6464
- id: regions_govcloud

.github/workflows/layers_partitions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
name: Parition (China)
5656
if: ${{ inputs.partition == 'China' }}
5757
run: |
58-
echo regions='["cn-north-1", "cn-northwest-1"]'>> "$GITHUB_OUTPUT"
58+
echo regions='["cn-north-1"]'>> "$GITHUB_OUTPUT"
5959
echo partition='aws-cn'>> "$GITHUB_OUTPUT"
6060
echo aud='sts.amazonaws.com.cn'>> "$GITHUB_OUTPUT"
6161
- id: regions_govcloud

0 commit comments

Comments
 (0)