Skip to content

Commit 815b7a6

Browse files
refactor: adjust group of pr label
1 parent 8fefc24 commit 815b7a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [labeled]
66

77
concurrency:
8-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
8+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event.label.name }}
99
cancel-in-progress: true
1010

1111
permissions:

0 commit comments

Comments
 (0)