CI: remove unnecessary condition to setup binary cache
This commit is contained in:
parent
a5930399b0
commit
22d82bda10
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue