We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127b445 commit 61e86c2Copy full SHA for 61e86c2
.github/workflows/regression_test.yml
@@ -41,9 +41,9 @@ jobs:
41
permissions:
42
id-token: write
43
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') }}
+ uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@enable_linux_job_v2
46
with:
+ enabled: ${{ matrix.gpu-arch-type != 'rocm' || (github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main')) }}
47
timeout: 120
48
no-sudo: ${{ matrix.gpu-arch-type == 'rocm' }}
49
runner: ${{ matrix.runs-on }}
0 commit comments