From 6a901dce5780f9cbfad5d4dc89d921e8111ae27d Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Tue, 10 Mar 2026 08:46:05 -0400 Subject: [PATCH] Just run on the 15th of the month --- .github/workflows/update-flake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 5628eb0..b44e8ac 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -2,7 +2,7 @@ name: update-flake on: workflow_dispatch: # allows manual triggering schedule: - - cron: '45 3 15-21 * 1' # runs the third Monday of the month at 03:45 + - cron: '45 3 15 * *' # runs the 15th of the month at 03:45 jobs: lockfile: