Fix repositoryNames in workflow runs queued based HRA example (#1873)
This commit is contained in:
parent
3c4ab2d479
commit
d9e1e64dc6
|
|
@ -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**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue