Skip to content

Commit

Permalink
Remove unused Slack notification on PyPi release (#8351)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza authored Sep 10, 2024
1 parent 69ab8e4 commit 7cedf7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
32 changes: 0 additions & 32 deletions .github/config/pypi-release-slack-notification.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,3 @@ jobs:
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.HAYSTACK_AI_PYPI_TOKEN }}
run: hatch publish -y

- name: Notify Slack
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
VERSION: ${{ github.ref_name }}
if: always()
uses: act10ns/slack@v2
with:
status: ${{ job.status }}
channel: "#haystack-notifications"
config: .github/config/pypi-release-slack-notification.yml

0 comments on commit 7cedf7e

Please sign in to comment.