From be40e7f92ee0b9708fa4d7fa7899af5387056f31 Mon Sep 17 00:00:00 2001 From: behnazh-w Date: Fri, 2 Jun 2023 09:03:37 +1000 Subject: [PATCH] chore: disable release Slack notification for now Signed-off-by: behnazh-w --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4b5cc5608..0c9e4ff87 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -336,7 +336,7 @@ jobs: # Send out release notifications after the Release was published on GitHub. # Uncomment the `if` to disable sending release notifications. notifications: - # if: ${{ false }} + if: ${{ false }} needs: [release] name: Send Release notifications uses: ./.github/workflows/_release-notifications.yaml