diff --git a/.forgejo/workflows/npins.yaml b/.forgejo/workflows/npins.yaml index abf1a82..58374a9 100644 --- a/.forgejo/workflows/npins.yaml +++ b/.forgejo/workflows/npins.yaml @@ -2,26 +2,26 @@ name: npins update on: schedule: # Run at 11 o'clock every wednesday - - cron: "00 11 * * 3" + - cron: "25 15 * * *" jobs: npins_update: - runs-on: debian-latest + runs-on: nix steps: - - name: Install applications - run: apt-get update && apt-get install sudo - + # - name: Install applications + # run: apt-get update && apt-get install sudo + # - uses: actions/checkout@v3 with: depth: 0 + # + # - uses: https://github.com/cachix/install-nix-action@v22 + # with: + # nix_path: nixpkgs=channel:nixos-unstable - - uses: https://github.com/cachix/install-nix-action@v22 - with: - nix_path: nixpkgs=channel:nixos-unstable - - - name: Install npins and tea - run: | - nix-env -f '' -i npins tea + # - name: Install tea + # run: | + # nix-env -f '' -i tea - name: Update dependencies and open PR if necessary run: |