Skip to content

Commit e3c0265

Browse files
authored
Change cancel-in-progress to false in workflow (#355)
Signed-off-by: Leo <153937047+leiicamundi@users.noreply.github.com>
1 parent bd6dcfe commit e3c0265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# limit to a single execution per ref of this workflow
88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
10-
cancel-in-progress: true
10+
cancel-in-progress: false
1111

1212
jobs:
1313
renovate-automerge:

0 commit comments

Comments
 (0)