From 5fdf9de526de41eb62859ead7726d72bb25c9017 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 17 Jun 2024 15:51:13 -0400 Subject: [PATCH] ci: only on nixos-config for now. --- clusters/github-runner/repos.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clusters/github-runner/repos.nix b/clusters/github-runner/repos.nix index 0857b9c..a6388fd 100644 --- a/clusters/github-runner/repos.nix +++ b/clusters/github-runner/repos.nix @@ -2,11 +2,11 @@ # My personal repos with self-hosted runners: # `num` is usually based on matrix configuration size srid = { - haskell-flake.num = 2 * 7; nixos-config.num = 2; - nixos-flake.num = 2 * 5; - perpetuum.num = 2; - emanote.num = 2; - nixci.num = 2; + # TODO: Moving these to Juspay + # nixci.num = 2; + # haskell-flake.num = 2 * 7; + # nixos-flake.num = 2 * 5; + # emanote.num = 2; }; }