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 7d886b4 commit f0466e0Copy full SHA for f0466e0
.github/workflows/trunk.yml
@@ -351,6 +351,8 @@ jobs:
351
done
352
353
test-huggingface-transformers:
354
+ # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
355
+ if: ${{ !github.event.pull_request.head.repo.fork }}
356
name: test-huggingface-transformers
357
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
358
secrets: inherit
0 commit comments