We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15b820 commit c83f34cCopy full SHA for c83f34c
.github/workflows/release-python.yml
@@ -37,6 +37,7 @@ jobs:
37
pre-publish:
38
environment: release
39
runs-on: ubuntu-latest
40
+ if: github.repository_owner == 'mongodb' || github.event_name == 'workflow_dispatch'
41
permissions:
42
id-token: write
43
contents: write
0 commit comments