CI: remove unnecessary condition to setup binary cache

This commit is contained in:
kekrby 2022-10-03 21:26:30 +03:00
parent a5930399b0
commit 22d82bda10

View file

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