Skip to content

Commit 41f3501

Browse files
authored
Merge pull request #1816 from rahulait/add-concurrency-group
2 parents ea977df + a5326d7 commit 41f3501

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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)