From 747e2700edad5f44eaae38489a2c547dc0b22b1d Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 21 Jun 2025 23:56:52 -0400 Subject: [PATCH] updated update-flake-lock to be weakly --- .github/workflows/update-flake-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index ee21680..82aacf4 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -2,7 +2,7 @@ name: update-flake-lock on: workflow_dispatch: schedule: - - cron: "0 0 * * *" + - cron: "0 0 * * 6" jobs: lockfile: