We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f0dfd commit fe417f6Copy full SHA for fe417f6
.github/workflows/pull.yml
@@ -909,6 +909,8 @@ jobs:
909
910
test-samsung-models-linux:
911
name: test-samsung-models-linux
912
+ # Skip this job if the pull request is from a fork (secrets are not available)
913
+ if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
914
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
915
permissions:
916
id-token: write
0 commit comments