From c20adbd6581af6c4cea2be1c42880f04e1662baa Mon Sep 17 00:00:00 2001 From: Gary Malouf <982483+gmalouf@users.noreply.github.com> Date: Thu, 27 Feb 2025 11:12:15 -0500 Subject: [PATCH] Add conditional to slack output. --- .github/workflows/post-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 63ce24b8..3ee23e7f 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -64,6 +64,7 @@ jobs: - name: Send Slack Message id: slack + if: github.repository_owner == 'algorand' uses: slackapi/slack-github-action@v1.27.0 env: RELEASE_TAG: ${{ steps.set-release.outputs.release-tag }}