We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd2409 + 7552d5b commit d17ac49Copy full SHA for d17ac49
.github/workflows/sync.yml
@@ -23,4 +23,12 @@ jobs:
23
-e EXECUTION_CLIENT='geth' \
24
-e CONSENSUS_CLIENT=${{ github.event.inputs.consensus_client }} \
25
-e NETWORK=hoodi \
26
- ghcr.io/dappnode/staker-test-util/test-runner:latest
+ ghcr.io/dappnode/staker-test-util/test-runner:latest
27
+ notify:
28
+ needs: sync
29
+ if: always() && needs.sync.result != 'skipped'
30
+ uses: dappnode/staker-test-util/.github/workflows/notify-discord.yml@main
31
+ with:
32
+ result: ${{ needs.sync.result }}
33
+ test_type: "sync"
34
+ secrets: inherit
0 commit comments