From a53577876501bed6b7c860e459e0dd7e015b3174 Mon Sep 17 00:00:00 2001 From: ogesaku Date: Fri, 1 Nov 2024 08:06:58 +0100 Subject: [PATCH] More freq auto release --- .github/workflows/_release-auto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_release-auto.yml b/.github/workflows/_release-auto.yml index ad3d258..f801570 100644 --- a/.github/workflows/_release-auto.yml +++ b/.github/workflows/_release-auto.yml @@ -3,8 +3,8 @@ name: Self Auto Release on: workflow_dispatch: schedule: - # at 5:30 UTC every other month - - cron: "30 5 1 */2 *" + # at 5:30 UTC every month + - cron: "30 5 1 * *" jobs: check: