File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 11name : torchvision Build
22
33on :
4+ pull_request :
45 push :
6+ branches :
7+ - nightly
8+ - main
9+ - release/*
10+ tags :
11+ # NOTE: Binary build pipelines should only get triggered on release candidate builds
12+ # Release candidate tags look like: v1.11.0-rc1
13+ - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
514 workflow_dispatch :
615 inputs :
716 python_version :
5261 default : " 2.6.0"
5362 type : string
5463
64+ permissions :
65+ id-token : write
66+ contents : read
67+
5568jobs :
5669 trigger-test-infra :
5770 uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_arm64.yml@winarm64_wheels
6073 repository_branch : ${{ inputs.repository_branch }}
6174 python_version : ${{ inputs.python_version || 'Python312' }}
6275 msvc_version : ${{ inputs.msvc_version || 'latest' }}
63- pytorch_build_run_id : ${{ inputs.pytorch_build_run_id }}
76+ pytorch_build_run_id : ${{ inputs.pytorch_build_run_id || '13589031393' }}
6477 build_type : ${{ inputs.build_type || 'Release' }}
6578 build_version : ${{ inputs.build_version }}
You can’t perform that action at this time.
0 commit comments