Skip to content

Commit fb2533e

Browse files
committed
temporarily disable commit changelog from CI
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 90eef8c commit fb2533e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
retention-days: 1
7373

7474
- name: Commit changelog
75-
if: github.event_name == 'release'
75+
if: false && github.event_name == 'release'
7676
run: |
7777
sed -i '3i ## Unreleased\n' CHANGELOG.md
7878
git checkout main

0 commit comments

Comments
 (0)