Skip to content

Commit

Permalink
PYTHON-5047 Do not run nightly release check on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 6, 2025
1 parent 9491e32 commit b09515a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ defaults:
jobs:
pre-publish:
environment: release
if: github.repository_owner == 'mongodb' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down

0 comments on commit b09515a

Please sign in to comment.