From 307cee3c0ed5ace3e44111eea964a9f3a9499c0e Mon Sep 17 00:00:00 2001 From: traxys Date: Fri, 23 Aug 2024 22:20:19 +0200 Subject: [PATCH] github: Don't run machine checks for now They are too resource intensive --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 139f53c..f1f0f7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,10 +17,10 @@ jobs: name: traxys authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - run: nix build .#checks.x86_64-linux.launch - - run: nix profile install nixpkgs#nixos-rebuild nixpkgs#home-manager - - run: nixos-rebuild build --flake .#ZeNixComputa - - run: nixos-rebuild build --flake .#gandalf - - run: home-manager build --flake .#"boyerq@thinkpad-nixos" + # - run: nix profile install nixpkgs#nixos-rebuild nixpkgs#home-manager + # - run: nixos-rebuild build --flake .#ZeNixComputa + # - run: nixos-rebuild build --flake .#gandalf + # - run: home-manager build --flake .#"boyerq@thinkpad-nixos" load_packages: runs-on: ubuntu-latest