fix: forgejo settings misplaced
Some checks failed
/ test (push) Failing after 1s

This commit is contained in:
Nydragon 2025-01-31 16:14:04 +01:00
parent 2de14534fd
commit 8a67b5c85f
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -25,21 +25,21 @@ in
"debian-latest:docker://node:18-bullseye" "debian-latest:docker://node:18-bullseye"
"ubuntu-latest:docker://node:18-bullseye" "ubuntu-latest:docker://node:18-bullseye"
]; ];
};
settings = { settings = {
runner = { runner = {
capacity = 2; capacity = 2;
timeout = "2h"; timeout = "2h";
shutdown_timeout = "5s"; shutdown_timeout = "5s";
}; };
cache.enabled = true; cache.enabled = true;
container = { container = {
force_pull = false; force_pull = false;
force_rebuild = false; force_rebuild = false;
};
}; };
}; };
}; };