Skip to content

Commit aa033a4

Browse files
Update CI workflows to e439c295c5
1 parent ac422b0 commit aa033a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
app-secret: ${{ secrets.ZED_ZIPPY_APP_PRIVATE_KEY }}
5353
with:
5454
bump-type: ${{ needs.determine_bump_type.outputs.bump_type }}
55-
force-bump: true
55+
force-bump: ${{ github.event_name != 'push' }}
5656
concurrency:
5757
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}labels
5858
cancel-in-progress: true

0 commit comments

Comments
 (0)