Skip to content

Commit 880785e

Browse files
committed
ci: cache ndg builds after checks
1 parent 7dc5b79 commit 880785e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ jobs:
100100
substituters = https://cache.nixos.org/ https://feel-co.cachix.org
101101
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= feel-co.cachix.org-1:nwEFNnwZvtl4KKSH5LDg+/+K7bV0vcs6faMHAJ6xx0w=
102102
103+
- uses: cachix/cachix-action@v16
104+
with:
105+
authToken: ${{ secrets.CACHIX_TOKEN }}
106+
extraPullNames: nix-community
107+
name: neovim-flake
108+
pushFilter: '(ndg-\d+\.\d+\.\d+$)'
109+
103110
- name: Set default git branch (to reduce log spam)
104111
run: git config --global init.defaultBranch main
105112

0 commit comments

Comments
 (0)