Skip to content

Commit f27f18e

Browse files
committed
Add note to skip running ci to version bump commit message
1 parent cfc7bdc commit f27f18e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: steps.update_version_step.outputs.continue_workflow == 'true'
7171
run: |
7272
git add app/__init__.py CHANGELOG.md
73-
git commit -m "[bot] Update version and CHANGELOG"
73+
git commit -m "[bot] Update version and CHANGELOG [skip ci]"
7474
7575
- name: Update '${{ env.DEFAULT_REPO_BRANCH }}'
7676
if: steps.update_version_step.outputs.continue_workflow == 'true'

0 commit comments

Comments
 (0)