Skip to content

Commit

Permalink
chore: Drop notify-on-error since it was never working
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 30, 2025
1 parent 1a970a1 commit da93e7b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/kurtosis-op-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,4 @@ jobs:

- name: Dump kurtosis logs on failure
if: ${{ failure() }}
run: ./.github/scripts/kurtosis-dump-logs.sh $ENCLAVE_NAME

notify-on-error:
needs:
- test
if: failure()
runs-on: ubuntu-latest
steps:
- name: Slack Webhook Action
uses: rtCamp/action-slack-notify@v2
env:
SLACK_COLOR: ${{ job.status }}
SLACK_MESSAGE: "Failed run: https://github.com/paradigmxyz/reth/actions/runs/${{ github.run_id }}"
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
run: ./.github/scripts/kurtosis-dump-logs.sh $ENCLAVE_NAME

0 comments on commit da93e7b

Please sign in to comment.