Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: input-output-hk/actions/wait-for-hydra@latest
with:
check: required
hydra-status-url: https://ci.zw3rk.com
Copy link

Copilot AI Feb 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting hydra-status-url to https://ci.zw3rk.com changes which Hydra instance PR validation waits on, and it differs from .github/workflows/main.yml (which relies on the action default). If this is intended only for this test PR, consider reverting before merge; otherwise, align the endpoint across workflows or make it configurable to avoid inconsistent CI behavior.

Suggested change
hydra-status-url: https://ci.zw3rk.com

Copilot uses AI. Check for mistakes.

discover:
needs: wait-for-hydra
Expand Down
Loading