From 098cb89d4fe68b3121473077219712c5c1e5ea7f Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 23 May 2023 12:02:07 -0400 Subject: actions: update nixpkgs daily --- .github/workflows/update-nixpkgs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml index bbe32db..66f1a35 100644 --- a/.github/workflows/update-nixpkgs.yaml +++ b/.github/workflows/update-nixpkgs.yaml @@ -2,8 +2,8 @@ name: update nixpkgs inputs on: schedule: - # # run every 2 days, sunday-friday - - cron: "0 0 * * 0-5/2" + # run daily at 0:00 utc + - cron: "0 0 * * *" workflow_dispatch: permissions: read-all -- cgit v1.2.3