Skip to content

Commit

Permalink
ci: only on nixos-config for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jun 17, 2024
1 parent 4571988 commit 5fdf9de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clusters/github-runner/repos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 5fdf9de

Please sign in to comment.