ci: register custom actionlint runner labels
Declare namespace-profile-default and blacksmith-8vcpu-ubuntu-2204 as known self-hosted runners so actionlint stops flagging them as unknown.
This commit is contained in:
parent
5f00fca166
commit
f39cf00290
|
|
@ -0,0 +1,6 @@
|
|||
self-hosted-runner:
|
||||
# Custom labels from third-party runner providers used in our workflows.
|
||||
# Listed here so actionlint doesn't flag them as unknown.
|
||||
labels:
|
||||
- namespace-profile-default
|
||||
- blacksmith-8vcpu-ubuntu-2204
|
||||
Loading…
Reference in New Issue