Skip to content

Commit 666af8d

Browse files
committed
Update github PR check region
1 parent 944eaaf commit 666af8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: aws-actions/configure-aws-credentials@v3
5555
with:
5656
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
57-
aws-region: us-west-2
57+
aws-region: us-east-2
5858
role-duration-seconds: 14400
5959
- name: Run Unit Tests in Python ${{ matrix.python-version }}
6060
uses: aws-actions/aws-codebuild-run-build@v1
@@ -73,7 +73,7 @@ jobs:
7373
uses: aws-actions/configure-aws-credentials@v3
7474
with:
7575
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
76-
aws-region: us-west-2
76+
aws-region: us-east-2
7777
role-duration-seconds: 14400
7878
- name: Run Integration Tests in Python ${{ matrix.python-version }}
7979
uses: aws-actions/aws-codebuild-run-build@v1

0 commit comments

Comments
 (0)