Skip to content

Commit d17ac49

Browse files
authored
Merge pull request #83 from dappnode/marc/add-discord-notify
add notify job
2 parents 5bd2409 + 7552d5b commit d17ac49

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/sync.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,12 @@ jobs:
2323
-e EXECUTION_CLIENT='geth' \
2424
-e CONSENSUS_CLIENT=${{ github.event.inputs.consensus_client }} \
2525
-e NETWORK=hoodi \
26-
ghcr.io/dappnode/staker-test-util/test-runner:latest
26+
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

Comments
 (0)