mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 04:26:51 +00:00
Fix repositoryNames in workflow runs queued based HRA example (#1873)
This commit is contained in:
@@ -617,7 +617,8 @@ spec:
|
|||||||
metrics:
|
metrics:
|
||||||
- type: TotalNumberOfQueuedAndInProgressWorkflowRuns
|
- type: TotalNumberOfQueuedAndInProgressWorkflowRuns
|
||||||
repositoryNames:
|
repositoryNames:
|
||||||
- example/myrepo
|
# A repository name is the REPO part of `github.com/OWNER/REPO`
|
||||||
|
- myrepo
|
||||||
```
|
```
|
||||||
|
|
||||||
**PercentageRunnersBusy**
|
**PercentageRunnersBusy**
|
||||||
|
|||||||
Reference in New Issue
Block a user