We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824dfe7 commit a407c53Copy full SHA for a407c53
1 file changed
.github/workflows/merge_pr.yml
@@ -7,6 +7,9 @@ on:
7
permissions:
8
contents: read
9
10
+concurrency:
11
+ group: ${{ github.workflow }}
12
+
13
jobs:
14
merge_pr:
15
name: Merge PR
0 commit comments