Skip to content

Commit 7f9be5a

Browse files
committed
add region back
1 parent a0a2c0a commit 7f9be5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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"]'>> "$GITHUB_OUTPUT"
58+
echo regions='["cn-north-1", "cn-northwest-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)