From 3427382a35e08f37e719b1a83d132dce14a034ba Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 19 Apr 2025 02:29:34 -0700 Subject: [PATCH] ci: remove deprecated magic nix cache, dont run on push --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93e17b8..6075acd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,6 @@ name: Check flake on: - push: pull_request: jobs: @@ -17,7 +16,6 @@ jobs: - name: Check Nix flake Nixpkgs inputs uses: DeterminateSystems/flake-checker-action@main - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - name: Build select system configurations. run: | # nix flake check --all-systems