summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update-nixpkgs.yaml4
1 files 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