Skip to content

Commit a407c53

Browse files
committed
Add concurrency restriction
Merging should be fully sequential.
1 parent 824dfe7 commit a407c53

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/merge_pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
permissions:
88
contents: read
99

10+
concurrency:
11+
group: ${{ github.workflow }}
12+
1013
jobs:
1114
merge_pr:
1215
name: Merge PR

0 commit comments

Comments
 (0)