chore(ci): simplify pipelines for rapid testing

- ci-main.yml: Only builds mana-core-auth, chat-backend, chat-web
- test.yml: Disabled (manual trigger only)
- test-coverage.yml: Disabled (manual trigger only)

Archived full configs with .full.yml suffix for restoration.

To restore full pipelines:
  cp .github/workflows/ci-main.full.yml .github/workflows/ci-main.yml
  cp .github/workflows/test.full.yml .github/workflows/test.yml
  cp .github/workflows/test-coverage.full.yml .github/workflows/test-coverage.yml

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Wuesteon 2025-12-05 02:12:59 +01:00
parent 714298f7c8
commit 1ecdee462b
6 changed files with 756 additions and 56 deletions

View file

@ -1,11 +1,10 @@
# DISABLED: Only runs manually for faster iteration
# Full config archived at: .github/workflows/test.full.yml
# To restore: cp .github/workflows/test.full.yml .github/workflows/test.yml
name: Test Suite
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
workflow_dispatch:
workflow_dispatch: # Manual trigger only
# Cancel in-progress runs for same PR/branch
concurrency: