From 669b544f54c1ab978f2acac6b2dad9f480a91160 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Thu, 25 Jun 2026 04:51:57 -0400 Subject: [PATCH] chore(ci): stop release-please from running automatically Signed-off-by: Yordis Prieto --- .github/workflows/release-please.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ad033a143..1151d3df9 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,9 +1,17 @@ name: cd / release please +# TODO: Re-enable the automatic push trigger once the cargo-workspace plugin +# supports a Cargo.toml outside the repository root. The plugin hardcodes the +# Cargo.toml lookup at the repo root, but our workspace lives at rsworkspace/, +# so release-please fails with "Failed to find file: Cargo.toml". +# +# - https://github.com/TrogonStack/trogonai/pull/58 +# - https://github.com/googleapis/release-please/pull/2682 on: - push: - branches: - - main + workflow_dispatch: + # push: + # branches: + # - main permissions: contents: write