ZDDC/.forgejo/workflows
ZDDC 4a78ce4473 fix(ci): notify-chart-dev gate avoids SIGPIPE; add workflow_dispatch
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.
2026-05-03 21:43:01 -05:00
..
deploy-release.yml fix(ci): notify-chart workflows push to Forgejo, not GitHub 2026-05-03 19:39:48 -05:00
notify-chart-dev.yml fix(ci): notify-chart-dev gate avoids SIGPIPE; add workflow_dispatch 2026-05-03 21:43:01 -05:00