From 60a4c51795ae049403ccfd19fa256f4589b68935 Mon Sep 17 00:00:00 2001 From: AdnoC Date: Tue, 25 Jul 2023 11:14:36 -0400 Subject: [PATCH] ci: run patch release on thursday --- .github/workflows/auto-patch-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-patch-release.yml b/.github/workflows/auto-patch-release.yml index 8e5b4f43..23d0143e 100644 --- a/.github/workflows/auto-patch-release.yml +++ b/.github/workflows/auto-patch-release.yml @@ -1,8 +1,8 @@ name: Automatically create patch release every 2 weeks on: schedule: - # Run every Friday right before midnight - - cron: '59 23 * * 5' + # Run every Thurdsay right before midnight + - cron: '59 23 * * 4' jobs: create_patch_release: name: Create release