From 4f48748fd1a6097cff9311070e81584810121acf Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Mon, 13 Jun 2022 07:15:28 -0700 Subject: [PATCH] remove slack notification from publish command (#13710) This actually has not been working in a long time, and no one seems to need it, so just removing it --- .github/workflows/publish-command.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/publish-command.yml b/.github/workflows/publish-command.yml index 22890633a869c..60bf4453586ad 100644 --- a/.github/workflows/publish-command.yml +++ b/.github/workflows/publish-command.yml @@ -183,16 +183,6 @@ jobs: comment-id: ${{ github.event.inputs.comment-id }} body: | > :x: Failed to publish ${{github.event.inputs.connector}} - - name: Slack Notification - Failure - if: failure() - uses: rtCamp/action-slack-notify@master - env: - SLACK_WEBHOOK: ${{ secrets.BUILD_SLACK_WEBHOOK }} - SLACK_USERNAME: Buildozer - SLACK_ICON: https://avatars.slack-edge.com/temp/2020-09-01/1342729352468_209b10acd6ff13a649a1.jpg - SLACK_COLOR: DC143C - SLACK_TITLE: "Failed to publish connector ${{ github.event.inputs.connector }} from branch ${{ github.ref }}" - SLACK_FOOTER: "" - name: Check if connector in definitions yaml if: github.event.inputs.auto-bump-version == 'true' && success() run: |