We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94dca7a commit dcc81f8Copy full SHA for dcc81f8
.github/workflows/android-perf.yml
@@ -371,7 +371,7 @@ jobs:
371
permissions:
372
id-token: write
373
contents: read
374
- uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
+ uses: pytorch/test-infra/.github/workflows/mobile_job.yml@addSpec
375
needs:
376
- set-parameters
377
- prepare-test-specs
.github/workflows/apple-perf.yml
@@ -346,7 +346,7 @@ jobs:
346
347
build-benchmark-app:
348
name: build-benchmark-app
349
- uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
+ uses: pytorch/test-infra/.github/workflows/macos_job.yml@addSpec
350
351
352
secrets: inherit
0 commit comments