Skip to content

Commit

Permalink
remove discord notifications as kurtosis is part of regular ci now (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepdino008 authored Oct 3, 2024
1 parent b013526 commit 71fa493
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/test-kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,4 @@ jobs:
enclave_name: "kurtosis-run-${{ github.run_id }}"
ethereum_package_args: "./kurtosis_config.yaml"
#kurtosis_extra_args: --verbosity detailed --cli-log-level trace
enclave_dump: false

dnotifications:
name: Discord notification
needs:
- assertoor_test
if: ${{ always() }}
strategy:
matrix:
# list of os: https://github.com/actions/virtual-environments
os:
- ${{ inputs.os }}
runs-on: ${{ matrix.os }}

steps:
- name: discord notifications push
uses: nobrayner/discord-webhook@v1
with:
github-token: ${{ secrets.github_token }}
discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}
enclave_dump: false

0 comments on commit 71fa493

Please sign in to comment.