File tree 4 files changed +0
-22
lines changed 4 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 22
22
default : " "
23
23
required : false
24
24
type : string
25
- limit-win-builds :
26
- description : " Limit windows builds to single python/cuda config"
27
- default : " disable"
28
- type : string
29
25
workflow_dispatch :
30
26
inputs :
31
27
os :
53
49
default : " "
54
50
required : false
55
51
type : string
56
- limit-win-builds :
57
- description : " Limit windows builds to single python/cuda config"
58
- default : " disable"
59
- required : false
60
- type : string
61
52
62
53
jobs :
63
54
win :
66
57
with :
67
58
channel : ${{ inputs.channel }}
68
59
ref : ${{ inputs.ref || github.ref }}
69
- limit-win-builds : ${{ inputs.limit-win-builds }}
70
60
71
61
linux :
72
62
if : inputs.os == 'linux' || inputs.os == 'all'
Original file line number Diff line number Diff line change 24
24
with :
25
25
channel : nightly
26
26
os : all
27
- limit-win-builds : enable
Original file line number Diff line number Diff line change 33
33
with :
34
34
channel : release
35
35
os : all
36
- limit-win-builds : enable
Original file line number Diff line number Diff line change 12
12
default : " "
13
13
required : false
14
14
type : string
15
- limit-win-builds :
16
- description : " Limit windows builds to single python/cuda config"
17
- default : " disable"
18
- type : string
19
15
workflow_dispatch :
20
16
inputs :
21
17
channel :
32
28
default : " "
33
29
required : false
34
30
type : string
35
- limit-win-builds :
36
- description : " Limit windows builds to single python/cuda config"
37
- default : " disable"
38
- required : false
39
- type : string
40
31
41
32
jobs :
42
33
generate-windows-matrix :
45
36
package-type : all
46
37
os : windows
47
38
channel : ${{ inputs.channel }}
48
- limit-win-builds : ${{ inputs.limit-win-builds }}
49
39
50
40
win :
51
41
needs : generate-windows-matrix
You can’t perform that action at this time.
0 commit comments