Skip to content

Commit 4199772

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Only run 'extended' test if run-extended label is set (#8579)
Reviewed By: ahmadsharif1 Differential Revision: D61331613 fbshipit-source-id: 645e97ab026cf2bc65c131a1845b694609fd5f22
1 parent 0ae22de commit 4199772

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)