From a81f9ea97cc0eb147e3df9d407354d3d3683bbe8 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 22 Feb 2025 23:03:42 +1100 Subject: [PATCH] Fix auto-release schedule It was previously on each saturday --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05ed82750..3aefb1de2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Automated Release on: schedule: # Runs at 2:00 AM UTC on the first Saturday of every month - - cron: '0 2 * * 6' + - cron: '0 2 1-7 * 6' workflow_dispatch: # Allow manual triggering of the workflow jobs: