Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/multi_arch_release_asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 || '' }}
Expand Down
Loading