From 368d8fab6ecb4ce11f9decb77bffb23b92d148d8 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Wed, 13 Mar 2024 11:33:06 +0900 Subject: [PATCH] ci: remove release schedule for now --- .github/workflows/version_bump.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index f7127cf2e6..37a9420a17 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -13,9 +13,9 @@ on: # - main # - beta - schedule: - # Schedule for midnight UTC. Adjust according to your timezone - - cron: "0 0 * * *" # Runs at 00:00 UTC every day + # schedule: + # # Schedule for midnight UTC. Adjust according to your timezone + # - cron: "0 0 * * *" # Runs at 00:00 UTC every day env: RELEASE_PLZ_BIN_URL: https://github.com/MarcoIeni/release-plz/releases/download/release-plz-v0.3.43/release-plz-x86_64-unknown-linux-gnu.tar.gz