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 187bd05 commit 447dc6cCopy full SHA for 447dc6c
.github/workflows/android.yml
@@ -147,6 +147,9 @@ jobs:
147
148
# Let's see how expensive this job is, we might want to tone it down by running it periodically
149
test-llama-app:
150
+ # Only PR from ExecuTorch itself has permission to access AWS, forked PRs will fail to
151
+ # authenticate with the cloud service
152
+ if: ${{ !github.event.pull_request.head.repo.fork }}
153
needs: upload-artifacts
154
permissions:
155
id-token: write
0 commit comments