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 53caede commit d060426Copy full SHA for d060426
.github/workflows/apple.yml
@@ -28,6 +28,8 @@ concurrency:
28
jobs:
29
build-demo-ios:
30
name: build-demo-ios
31
+ # NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
32
+ if: ${{ !github.event.pull_request.head.repo.fork }}
33
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
34
secrets: inherit
35
with:
@@ -219,6 +221,8 @@ jobs:
219
221
220
222
build-benchmark-app:
223
name: build-benchmark-app
224
225
226
227
228
0 commit comments