diff --git a/.github/workflows/community_release_actions.yml b/.github/workflows/community_release_actions.yml index 0f7a73649e9e1180c78a66ddf54055bf66f243f9..4a042a5e06b499b1ca278f152798c171971129ee 100644 --- a/.github/workflows/community_release_actions.yml +++ b/.github/workflows/community_release_actions.yml @@ -39,7 +39,7 @@ jobs: content: ${{ steps.get-content.outputs.string }} send_release_notes_email: - if: github.repository_owner == 'zed-industries' && !github.event.release.prerelease + if: false && github.repository_owner == 'zed-industries' && !github.event.release.prerelease runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4