ci: only on nixos-config for now.

This commit is contained in:
Sridhar Ratnakumar 2024-06-17 15:51:13 -04:00
parent 4571988593
commit 5fdf9de526
No known key found for this signature in database

View file

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