Skip to content

Commit 5c3ad59

Browse files
authored
Use us-west-2 region for publishing Github workflow metrics (#274)
Signed-off-by: Raphael Silva <[email protected]> Signed-off-by: Raphael Silva <[email protected]>
1 parent 5e1780d commit 5c3ad59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
uses: aws-actions/configure-aws-credentials@v1
154154
with:
155155
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
156-
aws-region: ${{ env.AWS_DEFAULT_REGION }}
156+
aws-region: us-west-2
157157

158158
- name: Publish CI status
159159
run: |

.github/workflows/nightly-upstream-snapshot-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: aws-actions/configure-aws-credentials@v1
5656
with:
5757
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }}
58-
aws-region: ${{ env.AWS_DEFAULT_REGION }}
58+
aws-region: us-west-2
5959

6060
- name: Publish CI status
6161
run: |

0 commit comments

Comments
 (0)