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