Skip Samsung jobs that require secrests on forked PRs#18064
Skip Samsung jobs that require secrests on forked PRs#18064GregoryComer merged 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18064
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 29 PendingAs of commit 718c1d3 with merge base 7b5c60d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary
Don't run Samsung jobs which require secrets on forked PRs. They fail. It looks like they used to be disabled on forks, but this line ended up getting left commented out after the jobs were disabled and re-enabled. This PR restores it to the original state.