Skip to content

Commit 2bec07e

Browse files
committed
concurrency changes
1 parent 15952c2 commit 2bec07e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/obs-release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
- "VERSION"
99
workflow_dispatch:
1010

11-
12-
concurrency: ${{ github.workflow }}1
11+
concurrency: ${{ github.workflow }}
1312

1413
jobs:
1514
pre-release:
@@ -61,7 +60,7 @@ jobs:
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

.github/workflows/obs-rolling.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CD to SUSE OBS Rolling
2-
concurrency: cd-obs-${{ github.ref }}
2+
33
on:
44
push:
55
tags-ignore:
@@ -10,6 +10,8 @@ on:
1010
- "VERSION"
1111
workflow_dispatch:
1212

13+
concurrency: ${{ github.workflow }}
14+
1315
jobs:
1416
check-version-modified:
1517
name: Check for VERSION changes

0 commit comments

Comments
 (0)