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 ac6bbc7 commit 448a2b5Copy full SHA for 448a2b5
.github/workflows/release-python.yml
@@ -24,7 +24,7 @@ env:
24
SILK_ASSET_GROUP: mongodb-python-driver
25
EVERGREEN_PROJECT: mongo-python-driver
26
# Constant
27
- DRY_RUN: ${{ inputs.dry_run == 'true' }}
+ DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run || 'true' }}
28
FOLLOWING_VERSION: ${{ inputs.following_version || '' }}
29
VERSION: ${{ inputs.version || '10.10.10.10' }}
30
0 commit comments