Skip to content

Commit 448a2b5

Browse files
committed
test release action
1 parent ac6bbc7 commit 448a2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
SILK_ASSET_GROUP: mongodb-python-driver
2525
EVERGREEN_PROJECT: mongo-python-driver
2626
# Constant
27-
DRY_RUN: ${{ inputs.dry_run == 'true' }}
27+
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run || 'true' }}
2828
FOLLOWING_VERSION: ${{ inputs.following_version || '' }}
2929
VERSION: ${{ inputs.version || '10.10.10.10' }}
3030

0 commit comments

Comments
 (0)