Author SHA1 Message Date
rock f8497c1237 refactor: unify CI workflow in .gitea/workflows
CI / Test (pull_request) Failing after 36s
CI / Build & Push Image (pull_request) Skipped
- Merge test + release/build workflows into single ci.yaml
- Add explicit job dependencies (build-push needs test)
- Test runs on all PRs + main pushes
- Build/release runs on main/tags only (after test passes)
- Proper Node.js install before actions/checkout@v4
- Remove docker socket-breaking container overrides
2026-09-14 22:50:10 +09:00
@@ -92,4 +92,3 @@ jobs:
- name: Prune unused images
run: docker image prune -a --force 2>&1 | tail -3 || true