Skip to content

Commit 8ebefcc

Browse files
committed
Test partial upload
1 parent 88a06ef commit 8ebefcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ jobs:
371371
permissions:
372372
id-token: write
373373
contents: read
374-
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
374+
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@test-partial-upload
375375
needs:
376376
- set-parameters
377377
- prepare-test-specs

.github/workflows/apple-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ jobs:
452452
permissions:
453453
id-token: write
454454
contents: read
455-
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
455+
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@test-partial-upload
456456
strategy:
457457
matrix: ${{ fromJson(needs.set-parameters.outputs.benchmark_configs) }}
458458
fail-fast: false

0 commit comments

Comments
 (0)