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