Skip to content

Commit 253f036

Browse files
Set condition to create changelog once
The changelog is the same for each OS. It does not make sense to generate it more than once.
1 parent bac7a00 commit 253f036

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-go-task.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Create changelog
42+
# Avoid creating the same changelog for each os
43+
if: matrix.os == 'Windows_32bit'
4244
uses: arduino/create-changelog@v1
4345
with:
4446
tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+.*$'

0 commit comments

Comments
 (0)