Skip to content

Commit 421cbb7

Browse files
Update CI workflows to e439c295c5 (#37)
This PR updates the CI workflow files from the main Zed repository based on the commit zed-industries/zed@e439c29 Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
1 parent 0a8cce6 commit 421cbb7

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)