From da5e35f6609759b11a7f56955568bdbd5dde767c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:12:36 +0000 Subject: [PATCH 1/2] Initial plan From 813fdea7eaee3ee46f619962e0087e27abcb7d70 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:15:02 +0000 Subject: [PATCH 2/2] ci: add discord notify job to sync workflow Co-authored-by: Marketen <36164126+Marketen@users.noreply.github.com> --- .github/workflows/sync.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 13cdd6e..41deb4f 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -24,3 +24,12 @@ jobs: -e CONSENSUS_CLIENT=${{ github.event.inputs.consensus_client }} \ -e NETWORK=hoodi \ 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