Skip to content

Commit 1fc3895

Browse files
committed
add input
1 parent 2a09d16 commit 1fc3895

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ on:
77
- "sdk-core/*"
88
# Allow manual triggering of the workflow
99
workflow_dispatch:
10+
inputs:
11+
build-wheels:
12+
description: 'Do you want to build wheels for the Python SDK?'
13+
type: boolean
14+
default: false
1015

1116
jobs:
1217
build_wheels:
13-
if: github.event_name == 'workflow_dispatch' && startsWith(github.ref, 'refs/heads/sdk-core/')
1418
name: Build wheels for Python SDK on ${{ matrix.os }}
1519
runs-on: ${{ matrix.os }}
1620
strategy:

0 commit comments

Comments
 (0)