You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip test-samsung-models-linux on fork PRs (pytorch#15402)
### Summary
Similar to pytorch#15401, skip test-samsung-models-linux on forked PRs as it
requires secrets and thus fails. This should reduce false-negatives /
noise on contributor PRs.
Example failure (from
https://github.com/pytorch/executorch/actions/runs/18856230366/job/53804732612):
```
Failed to extract download URL
{"success":false,"data":null,"msg":"API key is required","page":0,"total":0}
exit 1
```
### Test Plan
Verified that test-samsung-models-linux is skipped on this PR.
0 commit comments