fix(ci): workflow reliability and architecture improvements

- Reconstruct e2e-tests-split.yml to match spec (15 jobs, security isolation)
- Update docker-build.yml to authenticate Docker Hub for PRs (fixes 401)
- Refactor propagate-changes.yml to enforce strict hierarchy (Pittsburgh model)
- Implement API-based loop prevention to stop rebase loops
This commit is contained in:
GitHub Actions
2026-02-06 01:20:12 +00:00
parent cde711d77e
commit 0696507415
4 changed files with 1291 additions and 705 deletions

View File

@@ -5,12 +5,16 @@ on:
branches:
- main
- development
- feature/**
- hotfix/**
paths:
- 'backend/**'
pull_request:
branches:
- main
- development
- feature/**
- hotfix/**
paths:
- 'backend/**'
workflow_dispatch: