From 85c60fb5930d95b1a766acfd7d7d8487d0d4fe65 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 12 Dec 2023 14:23:40 +0100 Subject: [PATCH] fix(workflows): And again. --- .forgejo/workflows/npins.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/npins.yaml b/.forgejo/workflows/npins.yaml index dcda697..8129128 100644 --- a/.forgejo/workflows/npins.yaml +++ b/.forgejo/workflows/npins.yaml @@ -2,7 +2,7 @@ name: npins update on: schedule: # Run at 11 o'clock every day - - cron: "15 14 * * *" + - cron: "24 14 * * *" jobs: npins_update: @@ -21,9 +21,7 @@ jobs: - name: Install npins and tea run: | - . /root/.nix-profile/etc/profile.d/nix.sh - nix-env -iA npins - nix-env -iA tea + nix-env -f '' -i npins tea - name: Update dependencies and open PR if necessary run: |