The gate step's `git tag --points-at HEAD | grep -q '^zddc-server-v'` exits 141 (SIGPIPE) under bash's pipefail when grep finishes early — the runner's strict-mode wrapper then fails the step even though the if-condition logic completed correctly. Materialize the tag list with git's native --list glob filter and test it with `[ -n ]` instead, so no pipeline is involved. Also add workflow_dispatch so we can re-fire this workflow on a fresh commit without needing a no-op edit under zddc/internal/apps/embedded/ to match the paths filter. |
||
|---|---|---|
| .. | ||
| workflows | ||