From c83bfc2bd6c5e5cdd2920299f07302ec47f29779 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:22:36 -0400 Subject: [PATCH] [fix](build): Actions(syntax) Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- .github/workflows/issueQuarterlyRelease.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issueQuarterlyRelease.yml b/.github/workflows/issueQuarterlyRelease.yml index ffeb2bdb..7a5563e8 100644 --- a/.github/workflows/issueQuarterlyRelease.yml +++ b/.github/workflows/issueQuarterlyRelease.yml @@ -2,9 +2,8 @@ name: issueQuarterlyRelease.yml – Create Quarterly Release on: schedule: - - cron: - - 30 1 31 3,9,12 * - - 30 1 30 6 * + - cron: 30 1 31 3,9,12 * + - cron: 30 1 30 6 * #workflow_dispatch: permissions: @@ -23,4 +22,4 @@ jobs: assignees: RalphHightower labels: | maintenance - license \ No newline at end of file + license