Skip to content

Commit c569ea8

Browse files
committed
Fix AWS and ciflow tag
1 parent 71aa6cb commit c569ea8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/pytorch-probot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# The schema is from https://github.com/pytorch/pytorch/blob/main/.github/pytorch-probot.yml
22
ciflow_push_tags:
33
- ciflow/android
4+
- ciflow/android/release
45
- ciflow/apple
56
- ciflow/nightly
67
- ciflow/trunk

.github/workflows/android.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
runs-on: ubuntu-22.04
5757
timeout-minutes: 10
5858
steps:
59+
- name: configure aws credentials
60+
uses: aws-actions/[email protected]
61+
with:
62+
role-to-assume: arn:aws:iam::308535385114:role/gha_executorch_upload-frameworks-android
63+
aws-region: us-east-1
5964
- name: Upload AAR to RC if ciflow/android/release tag is present
6065
shell: bash
6166
run: |

0 commit comments

Comments
 (0)