We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9665226 commit f9de1a3Copy full SHA for f9de1a3
.github/workflows/release-python.yml
@@ -156,7 +156,7 @@ jobs:
156
publish:
157
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi
158
needs: [collect_dist]
159
- if: github.repository_owner == 'mongodb-labs' || github.event_name == 'workflow_dispatch'
+ if: (github.repository_owner == 'mongodb-labs' != github.event_name == 'pull_request') || github.event_name == 'workflow_dispatch'
160
runs-on: ubuntu-latest
161
environment: release
162
permissions:
0 commit comments