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 dcc81f8 commit 8d886efCopy full SHA for 8d886ef
.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@addSpec
+ uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
350
needs:
351
- set-parameters
352
secrets: inherit
@@ -435,7 +435,7 @@ jobs:
435
permissions:
436
id-token: write
437
contents: read
438
- uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
+ uses: pytorch/test-infra/.github/workflows/mobile_job.yml@addSpec
439
strategy:
440
matrix: ${{ fromJson(needs.set-parameters.outputs.benchmark_configs) }}
441
fail-fast: false
0 commit comments