Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
remove slack notification from publish command (airbytehq#13710)
Browse files Browse the repository at this point in the history
This actually has not been working in a long time, and no one seems to need it, so just removing it
  • Loading branch information
sherifnada authored Jun 13, 2022
1 parent 74c4195 commit 4f48748
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4f48748

Please sign in to comment.