diff --git a/.github/workflows/multi_arch_release_asan.yml b/.github/workflows/multi_arch_release_asan.yml index 60fc9a88..c99c75b6 100644 --- a/.github/workflows/multi_arch_release_asan.yml +++ b/.github/workflows/multi_arch_release_asan.yml @@ -35,10 +35,6 @@ on: description: "Run full PyTorch tests after scheduled nightly Linux PyTorch wheel builds complete." type: boolean default: false - build_pytorch: - description: "Build PyTorch wheels" - type: boolean - default: true python_version: description: "Single Python version for wheel builds (empty for full matrix)" type: string @@ -65,7 +61,7 @@ jobs: prerelease_version: ${{ inputs.prerelease_version || '' }} linux_amdgpu_families: ${{ inputs.linux_amdgpu_families || 'all' }} run_full_pytorch_tests: ${{ inputs.run_full_pytorch_tests || github.event_name == 'schedule' }} - build_pytorch: ${{ inputs.build_pytorch == '' && true || inputs.build_pytorch }} + build_pytorch: false python_version: ${{ inputs.python_version || '' }} repository: "ROCm/TheRock" ref: ${{ inputs.ref || '' }}