File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -748,32 +748,3 @@ jobs:
748
748
release : " any-version"
749
749
republish : " true"
750
750
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
-
778
- with :
779
- args : " ${{ inputs.channel }} failed: <https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}>"
You can’t perform that action at this time.
0 commit comments