From 2d3657eaa5c482adad1655598087490ef48eef99 Mon Sep 17 00:00:00 2001 From: Clayton Parnell <42805768+claytonparnell@users.noreply.github.com> Date: Fri, 31 May 2024 17:02:03 -0400 Subject: [PATCH] change: Disable scheduled releases (#428) --- .github/workflows/monthly-minor-release.yml | 4 ++-- .github/workflows/weekly-patch-release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/monthly-minor-release.yml b/.github/workflows/monthly-minor-release.yml index 2de953bb..e29af3da 100644 --- a/.github/workflows/monthly-minor-release.yml +++ b/.github/workflows/monthly-minor-release.yml @@ -1,8 +1,8 @@ name: Generate monthly minor release(s) on: # Run first day of the month at 8AM PST / 9AM PDT - schedule: - - cron: '0 16 1 * *' + #schedule: + # - cron: '0 16 1 * *' jobs: generate-version-matrix: name: Generate version matrix diff --git a/.github/workflows/weekly-patch-release.yml b/.github/workflows/weekly-patch-release.yml index 575840ef..e4d36211 100644 --- a/.github/workflows/weekly-patch-release.yml +++ b/.github/workflows/weekly-patch-release.yml @@ -2,8 +2,8 @@ name: Generate weekly patch release(s) on: # Run every Monday at 6AM PST / 7AM PDT # Run before monthly, so we don't immediately patch a new minor version - schedule: - - cron: '0 14 * * MON' + #schedule: + # - cron: '0 14 * * MON' jobs: generate-version-matrix: name: Generate-matrix