Skip to content

Commit c68e43b

Browse files
authored
add PR number to concurrency (#1981)
* Add PR number to Semantic PR Title Check concurrency to avoid unintended cancellation.
1 parent b1d6bd4 commit c68e43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- synchronize
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
11+
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
1212
cancel-in-progress: true
1313

1414
jobs:

0 commit comments

Comments
 (0)