mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-04 08:28:09 +08:00
Add concurrency limits on all workflows to eliminate wasted cycles (#2603)
This commit is contained in:
4
.github/workflows/arc-publish.yaml
vendored
4
.github/workflows/arc-publish.yaml
vendored
@@ -25,6 +25,10 @@ env:
|
||||
TARGET_ORG: actions-runner-controller
|
||||
TARGET_REPO: actions-runner-controller
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
release-controller:
|
||||
name: Release
|
||||
|
||||
Reference in New Issue
Block a user