summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-nixpkgs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml
index 8c3cd61..57726ec 100644
--- a/.github/workflows/update-nixpkgs.yaml
+++ b/.github/workflows/update-nixpkgs.yaml
@@ -3,7 +3,7 @@ name: Update nixpkgs flake inputs
on:
schedule:
# run every day besides saturday at 0:00 utc
- - cron: "0 0 * * 1,2,3,4,5"
+ - cron: "0 0 * * 0,1,2,3,4,5"
workflow_dispatch:
jobs: