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; }; }