Skip to content

Commit 77406a7

Browse files
committed
test workflow dispatch
1 parent 566dfad commit 77406a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: Build Wheels for Python SDK
22

33
on:
4-
push:
5-
branches:
6-
- sdk-core/*
74
workflow_dispatch:
85

96
jobs:
107
build_wheels:
11-
if: github.event_name == 'workflow_dispatch'
8+
# if: github.event_name == 'workflow_dispatch'
129
name: Build wheels for Python SDK on ${{ matrix.os }}
1310
runs-on: ${{ matrix.os }}
1411
strategy:

0 commit comments

Comments
 (0)