diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 533a44a9e84..93d6afb00d5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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