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 6aefdc4Copy full SHA for 6aefdc4
.github/workflows/metal.yml
@@ -30,6 +30,8 @@ jobs:
30
31
export-voxtral-metal-artifact:
32
name: export-voxtral-metal-artifact
33
+ # Skip this job if the pull request is from a fork (HuggingFace secrets are not available)
34
+ if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
35
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
36
secrets: inherit
37
with:
0 commit comments