commit 8f36bc4ec691e3ebf6910ee688d0cc1a6b934604
parent 004cef8ee95749576c49d8c5cc06660c30cb9b66
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 20 Apr 2024 22:44:58 +0200
Disable runner
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/common/lib/github-runner.nix b/nixos/common/lib/github-runner.nix
@@ -15,7 +15,7 @@
services.github-runners = {
"node-yara-rs" = {
url = "https://github.com/MTRNord/node-yara-rs";
- enable = true;
+ enable = false;
extraLabels = ["arm64"];
ephemeral = true;
replace = true;