Skip to content

Commit

Permalink
chore(ci): Remove remaining Discord notification (vectordotdev#17805)
Browse files Browse the repository at this point in the history
This goes to Slack now.

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Jun 29, 2023
1 parent e6e776d commit ed59f37
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -748,32 +748,3 @@ jobs:
release: "any-version"
republish: "true"
file: "target/artifacts/vector-${{ env.VECTOR_VERSION }}-1.armv7.rpm"

publish-failure:
name: Send Publish Failure Notification
if: failure() && inputs.channel != 'custom'
runs-on: ubuntu-20.04
needs:
- generate-publish-metadata
- build-x86_64-unknown-linux-gnu-packages
- build-x86_64-unknown-linux-musl-packages
- build-aarch64-unknown-linux-musl-packages
- build-aarch64-unknown-linux-gnu-packages
- build-x86_64-apple-darwin-packages
- build-x86_64-pc-windows-msvc-packages
- build-armv7-unknown-linux-gnueabihf-packages
- build-armv7-unknown-linux-musleabihf-packages
- deb-verify
- rpm-verify
- macos-verify
- publish-docker
- publish-s3
- publish-cloudsmith
- publish-github
steps:
- name: Send notification to Discord
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@0.3.2
with:
args: "${{ inputs.channel }} failed: <https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}>"

0 comments on commit ed59f37

Please sign in to comment.