From 9280e8fa744f97e091de2c911d6910b92c1b6ff1 Mon Sep 17 00:00:00 2001 From: Cliff Hall Date: Thu, 18 Sep 2025 20:27:09 -0400 Subject: [PATCH] Remove comments that break release.yml (#2735) - remove comments that break CI. - github does not support comments, even though they are valid yaml --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0186ec86..a3189102 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -194,8 +194,6 @@ jobs: create-release: needs: [update-packages, create-metadata, publish-pypi, publish-npm] if: | - # Always evaluate this condition, even if a dependency failed - # Create a release if changes were made and at least one publish succeeded always() && needs.update-packages.outputs.changes_made == 'true' && (needs.publish-pypi.result == 'success' || needs.publish-npm.result == 'success')