forgejo-runner-cacher: set default capacity
Some checks failed
/ build (aarch64-linux) (push) Successful in 1m4s
/ build (x86_64-linux) (push) Successful in 2m6s
/ combine-systems (push) Failing after 1s

This commit is contained in:
Luke Granger-Brown 2024-12-30 01:41:44 +00:00
parent d0fb58429d
commit 3846bd99b1

View file

@ -48,6 +48,9 @@ in {
wget
lix
];
settings = {
runner.capacity = 10;
};
};
};