feat: reduce number of forgejo action runners to 1

While 2 is cool because huge actions don't block this has been affecting my server too much.
This commit is contained in:
buffet 2024-05-14 20:48:36 +02:00
parent 80b66b0d35
commit 1fdfd7e0a7

View file

@ -4,7 +4,7 @@
pkgs,
...
}: let
numRunners = 2;
numRunners = 1;
in {
age.secrets.kitchen-runner-token = {
file = ../../secrets/kitchen-runner-token.age;