From d242c89ca19b0a5d2cccfcd789454a209862ec83 Mon Sep 17 00:00:00 2001 From: cliffhall Date: Thu, 18 Sep 2025 18:13:00 -0400 Subject: [PATCH] * In release.yml - 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 0186ec86b7..a3189102da 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')