Skip to content

Commit 82219bb

Browse files
committed
Set apple.yml test-infra checkout to main instead of empty ref
The mobile_job call passed `test-infra-ref: ''`, which makes actions/checkout resolve the default branch via a REST call and, under CI fan-out, contributes to GitHub App installation rate-limit exhaustion (meta-pytorch/pytorch-gha-infra#1375). An explicit ref skips that lookup; `main` is the branch the empty ref already resolved to. This is the one call site that overrode pytorch/test-infra#8472's new `main` default with an explicit empty string.
1 parent 87c65ad commit 82219bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
device-type: ios
162162
# For iOS testing, the runner just needs to call AWS Device Farm, so there is no need to run this on macOS
163163
runner: linux.2xlarge
164-
test-infra-ref: ''
164+
test-infra-ref: main
165165
# This is the ARN of ExecuTorch project on AWS
166166
project-arn: arn:aws:devicefarm:us-west-2:308535385114:project:02a2cf0f-6d9b-45ee-ba1a-a086587469e6
167167
# This is the custom device pool that only includes iOS devices

0 commit comments

Comments
 (0)