Skip to content

Commit 61e86c2

Browse files
Attempt to disable only ROCm matrix entries for non-push-to-main - 2
1 parent 127b445 commit 61e86c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
permissions:
4242
id-token: write
4343
contents: read
44-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
45-
if: ${{ matrix.gpu-arch-type != 'rocm' || (github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') }}
44+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@enable_linux_job_v2
4645
with:
46+
enabled: ${{ matrix.gpu-arch-type != 'rocm' || (github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main')) }}
4747
timeout: 120
4848
no-sudo: ${{ matrix.gpu-arch-type == 'rocm' }}
4949
runner: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)