From 1c3025ee58f9c89aa8c160b191fa730e8a8a56d5 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Tue, 10 Sep 2024 09:49:42 -0700 Subject: [PATCH] ci: Update the automated release schedule to trigger a patch release on the 4th of every month --- .github/workflows/package-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 913e88a9..35c2442a 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -13,7 +13,7 @@ on: major for non-backward compatible changes. options: [patch, minor, major] schedule: - - cron: 0 16 1-7 * 2 # Run at 16:00 UTC on the first Tuesday of each month + - cron: 0 16 4 * * # Run at 16:00 UTC on the 4th day of each month concurrency: group: pypi jobs: