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 48f6601 commit f370eeaCopy full SHA for f370eea
.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.event_name != 'pull_request'}}
+ if: github.repository_owner == 'mongodb' || github.event_name == 'workflow_dispatch'
160
runs-on: ubuntu-latest
161
environment: release
162
permissions:
0 commit comments