Skip to content

Commit ae7e6d2

Browse files
committed
ci(pr-check-lint_content): include event name in concurrency group
1 parent 0fbf2e5 commit ae7e6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check-lint_content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
pull-requests: write
1616

1717
concurrency:
18-
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number }}
18+
group: ci-${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number }}
1919
cancel-in-progress: true
2020

2121
jobs:

0 commit comments

Comments
 (0)