From 22d82bda10c1b07470ff6f1f9a68c7eb37cd1b58 Mon Sep 17 00:00:00 2001 From: kekrby Date: Mon, 3 Oct 2022 21:26:30 +0300 Subject: [PATCH] CI: remove unnecessary condition to setup binary cache --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 652e631..936de20 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: - name: "Install Nix" uses: cachix/install-nix-action@v17 - name: "Set Up Binary Cache" - if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' + if: github.event_name != 'pull_request' uses: cachix/cachix-action@v10 with: name: t2linux