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 fe47f3a commit 888b765Copy full SHA for 888b765
.github/workflows/android-release-artifacts.yml
@@ -40,8 +40,8 @@ jobs:
40
build-aar:
41
name: build-aar
42
needs: check-if-aar-exists
43
- uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
44
if: ${{ !github.event.pull_request.head.repo.fork }}
+ uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.7
45
secrets: inherit
46
permissions:
47
id-token: write
0 commit comments