Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit e2bc5c2

Browse files
authored
Add use-version-set to validate-binaries.yml when calling workflow
1 parent 0912166 commit e2bc5c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/validate-binaries.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ on:
3232
default: false
3333
required: false
3434
type: boolean
35+
use-version-set:
36+
description: 'Use version for each domain'
37+
default: false
38+
required: false
39+
type: boolean
3540
use-only-dl-pytorch-org:
3641
description: 'Use only download.pytorch.org when generating wheel install command'
3742
default: false

0 commit comments

Comments
 (0)