Skip to content

Commit

Permalink
Fix linux_job_v2 after pytorch/test-infra#6104 (#8872)
Browse files Browse the repository at this point in the history
  • Loading branch information
amdfaa authored Jan 21, 2025
1 parent 06a925c commit 86716c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
jobs:
python-source-and-configs:
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
permissions:
id-token: write
contents: read
with:
repository: pytorch/vision
test-infra-ref: main
Expand Down Expand Up @@ -39,6 +42,9 @@ jobs:
c-source:
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
permissions:
id-token: write
contents: read
with:
repository: pytorch/vision
test-infra-ref: main
Expand Down Expand Up @@ -66,6 +72,9 @@ jobs:
python-types:
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
permissions:
id-token: write
contents: read
with:
repository: pytorch/vision
test-infra-ref: main
Expand Down

0 comments on commit 86716c0

Please sign in to comment.