Fix actionlint (#27513)
`make lint-actions` is currently failing because of undeclared runner name.
This commit is contained in:
parent
4bde16e1ba
commit
7065944ac7
1 changed files with 1 additions and 0 deletions
1
.github/actionlint.yaml
vendored
1
.github/actionlint.yaml
vendored
|
@ -2,3 +2,4 @@ self-hosted-runner:
|
||||||
labels:
|
labels:
|
||||||
- actuated-4cpu-8gb
|
- actuated-4cpu-8gb
|
||||||
- actuated-4cpu-16gb
|
- actuated-4cpu-16gb
|
||||||
|
- nscloud
|
||||||
|
|
Loading…
Reference in a new issue