Skip to content

Commit a32ae24

Browse files
committed
No need to use linux_job_v2 for now
1 parent 3351d00 commit a32ae24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156

157157
export-models:
158158
name: export-models
159-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
159+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
160160
needs: set-parameters
161161
strategy:
162162
matrix:
@@ -216,7 +216,7 @@ jobs:
216216
217217
build-benchmark-app:
218218
name: build-benchmark-app
219-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
219+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
220220
needs: set-parameters
221221
with:
222222
runner: linux.2xlarge

0 commit comments

Comments
 (0)