Skip to content

Commit 81e9b46

Browse files
committed
add concurrency group for ci workflow
1 parent dc6d485 commit 81e9b46

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.github/renovate.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@
44
"prConcurrentLimit": 10,
55
"dependencyDashboard": false,
66
"extends": [
7-
"config:recommended",
8-
":disableDependencyDashboard",
9-
"config:recommended",
10-
":disableDependencyDashboard",
11-
"config:recommended",
12-
":disableDependencyDashboard",
13-
"config:recommended",
14-
":disableDependencyDashboard",
15-
"config:recommended",
16-
":disableDependencyDashboard",
17-
"config:recommended",
18-
":disableDependencyDashboard",
19-
"config:recommended",
20-
":disableDependencyDashboard",
217
"config:recommended",
228
":disableDependencyDashboard"
239
],

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ on:
2121
- main
2222
- release-*
2323

24+
concurrency:
25+
group: ${{ github.workflow }}-pr-${{ github.event.pull_request.number || github.ref }}
26+
cancel-in-progress: true
27+
2428
jobs:
2529
### Configuration checks ###
2630
helm-lint:

0 commit comments

Comments
 (0)