forgejo-actions-runner: increase runner capacity to 4

This commit is contained in:
June 2025-10-24 22:02:09 +02:00
commit c7e9c56abc
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -14,6 +14,11 @@
url = "https://git.hamburg.ccc.de/";
tokenFile = "/run/secrets/forgejo_actions_runner_registration_token";
labels = [ "docker:docker://node:current-bookworm" ];
settings = {
runner = {
capacity = 4;
};
};
};
};