Skip to content

Commit c449221

Browse files
authored
Only run 'extended' test if run-extended label is set (#8579)
1 parent 0d80848 commit c449221

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
140140
unittests-extended:
141141
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
142+
if: contains(github.event.pull_request.labels.*.name, 'run-extended')
142143
with:
143144
repository: pytorch/vision
144145
test-infra-ref: main

0 commit comments

Comments
 (0)