forgejo-actions-runner: increase runner capacity to 4
This commit is contained in:
parent
550b0f13ca
commit
c7e9c56abc
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@
|
||||||
url = "https://git.hamburg.ccc.de/";
|
url = "https://git.hamburg.ccc.de/";
|
||||||
tokenFile = "/run/secrets/forgejo_actions_runner_registration_token";
|
tokenFile = "/run/secrets/forgejo_actions_runner_registration_token";
|
||||||
labels = [ "docker:docker://node:current-bookworm" ];
|
labels = [ "docker:docker://node:current-bookworm" ];
|
||||||
|
settings = {
|
||||||
|
runner = {
|
||||||
|
capacity = 4;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue