Skip to content

Commit 6ef1da6

Browse files
committed
[build] Disable workflow that needs secrets in PR
1 parent cd7fd86 commit 6ef1da6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
build-tag: ${{ matrix.target }}
3232

3333
create-and-upload-wheel-registry:
34+
if: github.event_name != 'pull_request' # The secrets are not available in PR
3435
needs: build-wheels
3536
runs-on: ubuntu-latest
3637
steps:

0 commit comments

Comments
 (0)