Skip to content

Commit 6cf7018

Browse files
authored
Remove unused parameter to limit-win-builds from validation workflows (#1464)
1 parent 56d9d17 commit 6cf7018

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

.github/workflows/validate-binaries.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ on:
2222
default: ""
2323
required: false
2424
type: string
25-
limit-win-builds:
26-
description: "Limit windows builds to single python/cuda config"
27-
default: "disable"
28-
type: string
2925
workflow_dispatch:
3026
inputs:
3127
os:
@@ -53,11 +49,6 @@ on:
5349
default: ""
5450
required: false
5551
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
6152

6253
jobs:
6354
win:
@@ -66,7 +57,6 @@ jobs:
6657
with:
6758
channel: ${{ inputs.channel }}
6859
ref: ${{ inputs.ref || github.ref }}
69-
limit-win-builds: ${{ inputs.limit-win-builds }}
7060

7161
linux:
7262
if: inputs.os == 'linux' || inputs.os == 'all'

.github/workflows/validate-nightly-binaries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ jobs:
2424
with:
2525
channel: nightly
2626
os: all
27-
limit-win-builds: enable

.github/workflows/validate-release-binaries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ jobs:
3333
with:
3434
channel: release
3535
os: all
36-
limit-win-builds: enable

.github/workflows/validate-windows-binaries.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ on:
1212
default: ""
1313
required: false
1414
type: string
15-
limit-win-builds:
16-
description: "Limit windows builds to single python/cuda config"
17-
default: "disable"
18-
type: string
1915
workflow_dispatch:
2016
inputs:
2117
channel:
@@ -32,11 +28,6 @@ on:
3228
default: ""
3329
required: false
3430
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
4031

4132
jobs:
4233
generate-windows-matrix:
@@ -45,7 +36,6 @@ jobs:
4536
package-type: all
4637
os: windows
4738
channel: ${{ inputs.channel }}
48-
limit-win-builds: ${{ inputs.limit-win-builds }}
4939

5040
win:
5141
needs: generate-windows-matrix

0 commit comments

Comments
 (0)