3p/nixpkgs: only exclude nixpkgs-check-by-name tests

This commit is contained in:
Luke Granger-Brown 2024-01-06 22:54:36 +00:00
parent 504525a148
commit d5157f372b

View file

@ -10,7 +10,7 @@ core.workflow(
push = "default", push = "default",
), ),
origin_files = glob(["**"], exclude = [ origin_files = glob(["**"], exclude = [
"pkgs/test/nixpkgs-check-by-name/**", "pkgs/test/nixpkgs-check-by-name/tests/**",
]), ]),
destination_files = glob(["third_party/nixpkgs/**"], exclude = [ destination_files = glob(["third_party/nixpkgs/**"], exclude = [
"third_party/nixpkgs/copy.bara.sky", "third_party/nixpkgs/copy.bara.sky",