disable actions caching for now and increase runner concurrency

This commit is contained in:
fuckwit 2025-01-12 18:20:54 +01:00
parent 4e47e87075
commit 6289bf15d9

View File

@ -241,14 +241,10 @@ in {
labels = [
"ubuntu-latest:docker://node:16-bullseye"
];
# hostPackages = with pkgs; [
# bash
# coreutils
# curl
# wget
# gnused
# gitMinimal
# ];
settings = {
runner.capacity = 5;
cache.enabled = false;
};
};
};