File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 8989
9090 export-voxtral-cuda-artifact :
9191 name : export-voxtral-cuda-${{ matrix.quant.name }}
92+ # Skip this job if the pull request is from a fork (HuggingFace secrets are not available)
93+ if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
9294 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
9395 permissions :
9496 id-token : write
@@ -166,6 +168,8 @@ jobs:
166168
167169 export-gemma3-cuda-artifact :
168170 name : export-gemma3-cuda-${{ matrix.quant.name }}
171+ # Skip this job if the pull request is from a fork (HuggingFace secrets are not available)
172+ if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
169173 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
170174 permissions :
171175 id-token : write
You can’t perform that action at this time.
0 commit comments