Skip to content

Commit c83f34c

Browse files
committed
PYTHON-5047 Do not run nightly release check on forks (#2134)
(cherry picked from commit a641337)
1 parent e15b820 commit c83f34c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-python.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
pre-publish:
3838
environment: release
3939
runs-on: ubuntu-latest
40+
if: github.repository_owner == 'mongodb' || github.event_name == 'workflow_dispatch'
4041
permissions:
4142
id-token: write
4243
contents: write

0 commit comments

Comments
 (0)