fix: restore .gitea/workflows with unified CI (not .forgejo) #3

Merged
rock merged 1 commits from fix/use-gitea-workflows into main 2026-09-14 13:52:40 +00:00
Member

Restore proper .gitea/workflows/ci.yaml (our Forgejo uses .gitea/, not .forgejo/)

  • Unified single CI workflow file (test + build/release)
  • Test runs on all PRs + main
  • Build/release runs on main/tags only (after test passes)
  • Corrects mistake from PR #1 which used wrong path

Note: Your Forgejo instance uses .gitea/workflows/, not .forgejo/workflows/

Restore proper .gitea/workflows/ci.yaml (our Forgejo uses .gitea/, not .forgejo/) - Unified single CI workflow file (test + build/release) - Test runs on all PRs + main - Build/release runs on main/tags only (after test passes) - Corrects mistake from PR #1 which used wrong path Note: Your Forgejo instance uses .gitea/workflows/, not .forgejo/workflows/
poimen added 1 commit 2026-09-14 13:52:29 +00:00
refactor: unify CI workflow - use .gitea/workflows
CI / Test (pull_request) Failing after 21s
CI / Build & Push Image (pull_request) Skipped
e6ef22f851
- Consolidate test + release/build workflows into single .gitea/workflows/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)
- Follows unified Forgejo CI pattern

Note: Using .gitea/ not .forgejo/ (our Forgejo instance uses .gitea/)
rock merged commit 2a50cc3004 into main 2026-09-14 13:52:40 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: riotpiao-poimen/kmsvc-manage#3