Skip to content

Commit c101d48

Browse files
committed
fix(semantic-pull-request): enhance workflow concurrency rule
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 865fe29 commit c101d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions:
3434
pull-requests: write
3535

3636
concurrency:
37-
group: ${{ github.workflow }}-${{ github.ref }}
37+
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
3838
cancel-in-progress: true
3939

4040
jobs:

0 commit comments

Comments
 (0)