fix(workflows): And again.
Some checks failed
npins update / npins_update (push) Failing after 4m55s

This commit is contained in:
Tom Hubrecht 2023-12-12 14:23:40 +01:00
parent d74e93a703
commit 85c60fb593

View file

@ -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 '<nixpkgs>' -i npins tea
- name: Update dependencies and open PR if necessary
run: |