Skip to content

Commit c2d649a

Browse files
Merge branch 'main' of https://github.com/ingeborgsteel/nikk into test-action
2 parents c3fa26f + ab73987 commit c2d649a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/merge-to-stage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ permissions:
1010
actions: write
1111
pull-requests: write
1212

13+
concurrency:
14+
group: "merge-to-stage-${{ github.event.pull_request.number }}"
15+
cancel-in-progress: true
16+
1317
jobs:
1418
merge-to-stage:
1519
name: Merge to stage after approval

0 commit comments

Comments
 (0)