Skip to content

Commit ed59f37

Browse files
authored
chore(ci): Remove remaining Discord notification (vectordotdev#17805)
This goes to Slack now. Signed-off-by: Jesse Szwedko <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]>
1 parent e6e776d commit ed59f37

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -748,32 +748,3 @@ jobs:
748748
release: "any-version"
749749
republish: "true"
750750
file: "target/artifacts/vector-${{ env.VECTOR_VERSION }}-1.armv7.rpm"
751-
752-
publish-failure:
753-
name: Send Publish Failure Notification
754-
if: failure() && inputs.channel != 'custom'
755-
runs-on: ubuntu-20.04
756-
needs:
757-
- generate-publish-metadata
758-
- build-x86_64-unknown-linux-gnu-packages
759-
- build-x86_64-unknown-linux-musl-packages
760-
- build-aarch64-unknown-linux-musl-packages
761-
- build-aarch64-unknown-linux-gnu-packages
762-
- build-x86_64-apple-darwin-packages
763-
- build-x86_64-pc-windows-msvc-packages
764-
- build-armv7-unknown-linux-gnueabihf-packages
765-
- build-armv7-unknown-linux-musleabihf-packages
766-
- deb-verify
767-
- rpm-verify
768-
- macos-verify
769-
- publish-docker
770-
- publish-s3
771-
- publish-cloudsmith
772-
- publish-github
773-
steps:
774-
- name: Send notification to Discord
775-
env:
776-
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
777-
uses: Ilshidur/[email protected]
778-
with:
779-
args: "${{ inputs.channel }} failed: <https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}>"

0 commit comments

Comments
 (0)