File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - " VERSION"
99 workflow_dispatch :
1010
11-
12- concurrency : ${{ github.workflow }}1
11+ concurrency : ${{ github.workflow }}
1312
1413jobs :
1514 pre-release :
6160 uses : stefanzweifel/git-auto-commit-action@v6
6261 with :
6362 branch : main
64- commit_message : " Automatically update CHANGELOG.md for release ${{ steps.detect-version.outputs.current-version }} [skip-ci] "
63+ commit_message : " Automatically update CHANGELOG.md for release ${{ steps.detect-version.outputs.current-version }}"
6564
6665 release :
6766 name : Tag and publish release
Original file line number Diff line number Diff line change 11name : CD to SUSE OBS Rolling
2- concurrency : cd-obs-${{ github.ref }}
2+
33on :
44 push :
55 tags-ignore :
1010 - " VERSION"
1111 workflow_dispatch :
1212
13+ concurrency : ${{ github.workflow }}
14+
1315jobs :
1416 check-version-modified :
1517 name : Check for VERSION changes
You can’t perform that action at this time.
0 commit comments