Commit 82219bb
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments