Skip to content

Commit 271e51e

Browse files
committed
build: avoid concurrency in auto merge workflow
1 parent 4233832 commit 271e51e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
types:
88
- completed
99

10+
concurrency:
11+
group: auto-merge
12+
cancel-in-progress: false # queue concurrent runs instead of cancelling them
13+
1014
jobs:
1115
auto-merge:
1216
if: >

0 commit comments

Comments
 (0)