From 7552d5b6aaefdce17765e6776c10db38df7a670a Mon Sep 17 00:00:00 2001 From: Marketen Date: Fri, 6 Feb 2026 15:29:45 +0100 Subject: [PATCH] add notify job --- .github/workflows/sync.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 5ccaa48..7393789 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -23,4 +23,12 @@ jobs: -e EXECUTION_CLIENT='geth' \ -e CONSENSUS_CLIENT=${{ github.event.inputs.consensus_client }} \ -e NETWORK=hoodi \ - ghcr.io/dappnode/staker-test-util/test-runner:latest \ No newline at end of file + ghcr.io/dappnode/staker-test-util/test-runner:latest + notify: + needs: sync + if: always() && needs.sync.result != 'skipped' + uses: dappnode/staker-test-util/.github/workflows/notify-discord.yml@main + with: + result: ${{ needs.sync.result }} + test_type: "sync" + secrets: inherit \ No newline at end of file