Skip to content

Commit 8d886ef

Browse files
committed
test
1 parent dcc81f8 commit 8d886ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apple-perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346
347347
build-benchmark-app:
348348
name: build-benchmark-app
349-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@addSpec
349+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
350350
needs:
351351
- set-parameters
352352
secrets: inherit
@@ -435,7 +435,7 @@ jobs:
435435
permissions:
436436
id-token: write
437437
contents: read
438-
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
438+
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@addSpec
439439
strategy:
440440
matrix: ${{ fromJson(needs.set-parameters.outputs.benchmark_configs) }}
441441
fail-fast: false

0 commit comments

Comments
 (0)