diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f887333ffd40ec6df2bef89466c016222385df3b..8c14c07baa0e7772f5a567d47648211e9e16b3cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,8 +45,6 @@ run: nix-instantiate --eval -E '(import {}).lib.version' - name: Setup cachix uses: cachix/cachix-action@v10 push: - schedule: - push: # rebuild everyday at 2:51 with: name: ${{ matrix.cachixName }} @@ -64,6 +62,5 @@ - name: Build nix packages # TODO switch to default nixpkgs channel once nix-build-uncached 1.0.0 is in stable run: nix run -I 'nixpkgs=channel:nixos-unstable' nixpkgs.nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs - name: Trigger NUR update - # Don't replace the template string here! if: ${{ matrix.nurRepo != '' }} run: curl -XPOST "https://nur-update.herokuapp.com/update?repo=${{ matrix.nurRepo }}"