Commit 94def70
authored
Skip test-samsung-models-linux on fork PRs (#15402)
### Summary
Similar to #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.1 parent 0e18b9f commit 94def70
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
909 | 909 | | |
910 | 910 | | |
911 | 911 | | |
| 912 | + | |
| 913 | + | |
912 | 914 | | |
913 | 915 | | |
914 | 916 | | |
| |||
0 commit comments