Skip to content

Commit 3421550

Browse files
author
Vivek Vishal
authored
assign release drafter to its own concurrency group
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent dcd61e6 commit 3421550

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
paths-ignore:
99
- '.github/**'
1010
- 'archive/**'
11+
concurrency:
12+
group: "release-drafter-workflow"
13+
cancel-in-progress: true # Only latest draft creation runs
1114

1215
jobs:
1316
update_release_draft:

0 commit comments

Comments
 (0)