Skip to content

Commit 66692ca

Browse files
feat: Add concurrency control to the workflow queues releases so they run one at a time (#84)
Co-authored-by: Kratos2k7 <umernadeem321@gmail.com>
1 parent b832374 commit 66692ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches: [main]
55

6+
concurrency:
7+
group: release
8+
cancel-in-progress: false
9+
610
permissions:
711
contents: read
812

0 commit comments

Comments
 (0)