Skip to content

Commit

Permalink
Only run 'extended' test if run-extended label is set (#8579)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Aug 10, 2024
1 parent 0d80848 commit c449221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
unittests-extended:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
if: contains(github.event.pull_request.labels.*.name, 'run-extended')
with:
repository: pytorch/vision
test-infra-ref: main
Expand Down

0 comments on commit c449221

Please sign in to comment.