Skip to content

Commit 45fe43c

Browse files
committed
enable wf
1 parent 5cd07f6 commit 45fe43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python-grpc-web.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ on:
1616

1717
jobs:
1818
is-python-release:
19-
if: github.event_name == 'workflow_dispatch' || startsWith(github.event.release.tag_name, 'python/v')
19+
if: true || github.event_name == 'workflow_dispatch' || startsWith(github.event.release.tag_name, 'python/v')
2020
runs-on: ubuntu-latest
2121
steps:
2222
- run: echo "Release tag starts with python/v, proceeding with release"
2323
should-publish-wheels:
24-
if: (github.event_name == 'workflow_dispatch' && inputs.publishWheels) || (github.event_name == 'release' && !github.event.release.prerelease)
24+
if: true || (github.event_name == 'workflow_dispatch' && inputs.publishWheels) || (github.event_name == 'release' && !github.event.release.prerelease)
2525
runs-on: ubuntu-latest
2626
steps:
2727
- run: echo "Publishing wheels"

0 commit comments

Comments
 (0)