Add concurrency limits on all workflows to eliminate wasted cycles (#2603)
This commit is contained in:
@@ -28,6 +28,10 @@ env:
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
lint-chart:
|
||||
name: Lint Chart
|
||||
|
||||
Reference in New Issue
Block a user