Skip to content

Commit 912fb58

Browse files
committed
test: use wait-for-hydra SSE endpoint for real-time status
Switch pr-validate workflow to use the SSE-enabled wait-for-hydra action branch. This connects to ci.zw3rk.com's SSE endpoint for instant build status updates instead of polling the GitHub API. Test PR — do not merge.
1 parent 0dfa35e commit 912fb58

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
name: Wait for Hydra status
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: input-output-hk/actions/wait-for-hydra@latest
18+
- uses: input-output-hk/actions/wait-for-hydra@wait-for-hydra/sse-support
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)