From 1821db3f84e53026b87b0da1ce481f35654834b6 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:08 +0000 Subject: [PATCH 1/2] Initial plan From 02c888fb8fd9d5f998173cd7a2038dee1c3116d7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:13:21 +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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 29fd6e1..d2117ac 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -24,3 +24,11 @@ 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