Skip to content

Commit

Permalink
Remove unused parameter to limit-win-builds from validation workflows (
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Jul 28, 2023
1 parent 56d9d17 commit 6cf7018
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/validate-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ on:
default: ""
required: false
type: string
limit-win-builds:
description: "Limit windows builds to single python/cuda config"
default: "disable"
type: string
workflow_dispatch:
inputs:
os:
Expand Down Expand Up @@ -53,11 +49,6 @@ on:
default: ""
required: false
type: string
limit-win-builds:
description: "Limit windows builds to single python/cuda config"
default: "disable"
required: false
type: string

jobs:
win:
Expand All @@ -66,7 +57,6 @@ jobs:
with:
channel: ${{ inputs.channel }}
ref: ${{ inputs.ref || github.ref }}
limit-win-builds: ${{ inputs.limit-win-builds }}

linux:
if: inputs.os == 'linux' || inputs.os == 'all'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/validate-nightly-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ jobs:
with:
channel: nightly
os: all
limit-win-builds: enable
1 change: 0 additions & 1 deletion .github/workflows/validate-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ jobs:
with:
channel: release
os: all
limit-win-builds: enable
10 changes: 0 additions & 10 deletions .github/workflows/validate-windows-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ on:
default: ""
required: false
type: string
limit-win-builds:
description: "Limit windows builds to single python/cuda config"
default: "disable"
type: string
workflow_dispatch:
inputs:
channel:
Expand All @@ -32,11 +28,6 @@ on:
default: ""
required: false
type: string
limit-win-builds:
description: "Limit windows builds to single python/cuda config"
default: "disable"
required: false
type: string

jobs:
generate-windows-matrix:
Expand All @@ -45,7 +36,6 @@ jobs:
package-type: all
os: windows
channel: ${{ inputs.channel }}
limit-win-builds: ${{ inputs.limit-win-builds }}

win:
needs: generate-windows-matrix
Expand Down

0 comments on commit 6cf7018

Please sign in to comment.