Skip to content

Commit a621faa

Browse files
authored
ci: enable SSE for wait-for-hydra in PR validation (#243)
Use the hydra-github-bridge SSE endpoint for real-time build status detection instead of polling the GitHub API. Reduces wait time from minutes (poll interval) to seconds (event-driven). Tested end-to-end in PR #241 — all validation jobs passed.
1 parent 3085e73 commit a621faa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: input-output-hk/actions/wait-for-hydra@latest
1919
with:
2020
check: required
21+
hydra-status-url: https://ci.zw3rk.com
2122

2223
discover:
2324
needs: wait-for-hydra

0 commit comments

Comments
 (0)