Skip to content

Commit 6525a8f

Browse files
authored
Merge pull request #3798 from crazy-max/fix-labeler-workflow
ci: scope labeler concurrency to the pull request
2 parents 33b7311 + ee3fc2e commit 6525a8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44
contents: read
55

66
concurrency:
7-
group: ${{ github.workflow }}-${{ github.ref }}
7+
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
88
cancel-in-progress: true
99

1010
on:

0 commit comments

Comments
 (0)