Skip to content

Commit 894511d

Browse files
authored
Merge pull request #411 from crazy-max/ci-fix-labeler
ci: scope labeler concurrency to the pull request
2 parents 17ed3e6 + 1b91733 commit 894511d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)