Skip to content

Commit e247605

Browse files
authored
ci: Fix title formatter concurrency (#618)
1 parent 09d595a commit e247605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/title-formatter.yml

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

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

1111
jobs:

0 commit comments

Comments
 (0)