diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 6af973b..89cce44 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