tftsr-devops_investigation/.gitea/workflows
Shaun Arman cc99aa815b
Some checks failed
Test / rust-fmt-check (pull_request) Waiting to run
PR Review Automation / review (pull_request) Successful in 4m38s
Test / frontend-typecheck (pull_request) Successful in 1m22s
Test / rust-clippy (pull_request) Successful in 6m12s
Test / frontend-tests (pull_request) Successful in 1m13s
Test / rust-tests (pull_request) Has been cancelled
fix(ci): changelog job creates release to avoid race with build jobs
The changelog and build-* jobs all fan out from autotag in parallel.
Build jobs create the Gitea release with 'curl ... || true', but the
changelog job was trying to GET the release before any build job had
run, reliably failing with 'Could not find release for tag vX.Y.Z'.

Fix: changelog job owns release creation. It creates the release with
the git-cliff body if it does not exist, or patches the body if a
prior run already created it. Build jobs continue using their existing
create-or-skip + upload pattern unchanged.
2026-05-31 15:57:26 -05:00
..
auto-tag.yml fix(ci): changelog job creates release to avoid race with build jobs 2026-05-31 15:57:26 -05:00
build-images.yml fix(ci): replace docker:24-cli with alpine + docker-cli in build-images 2026-04-12 20:16:32 -05:00
pr-review.yml fix(ci): install python3 in pr-review container (ubuntu:22.04 omits it) 2026-05-31 15:37:10 -05:00
test.yml fix(ci): switch PR review from Ollama to liteLLM (qwen2.5-72b) 2026-04-19 18:41:54 -05:00