Remove tests-to-include from rocm-mi300 workflow (#162721)

Accidentally introduced by https://github.com/pytorch/pytorch/pull/162288 (was meant to be a temporary change)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/162721
Approved by: https://github.com/jeffdaily
This commit is contained in:
Jithun Nair
2025-09-11 14:36:07 +00:00
committed by PyTorch MergeBot
parent 1e710552c1
commit c3f30eca9e

View File

@ -70,5 +70,4 @@ jobs:
build-environment: linux-noble-rocm-py3.12-mi300
docker-image: ${{ needs.linux-noble-rocm-py3_12-build.outputs.docker-image }}
test-matrix: ${{ needs.linux-noble-rocm-py3_12-build.outputs.test-matrix }}
tests-to-include: "inductor/test_ck_backend"
secrets: inherit