mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-04 16:37:39 +08:00
Add concurrency limits on all workflows to eliminate wasted cycles (#2603)
This commit is contained in:
4
.github/workflows/arc-publish-chart.yaml
vendored
4
.github/workflows/arc-publish-chart.yaml
vendored
@@ -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