From caff59be4c8e121a629f8883b04bdbdb2b0eab4d Mon Sep 17 00:00:00 2001 From: rihi <19492038+rihi@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:02:24 +0100 Subject: [PATCH] Update action scheduling to quartal --- .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 f2655f6e3..e7927d067 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Automatic release on: workflow_dispatch: schedule: - - cron: '0 0 1 * *' # Run at midnight on the 1st day of every month + - cron: '0 0 1 */3 *' jobs: release: