Run SonarQube only after php and frontend jobs succeed

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-18 22:54:34 +01:00
parent dc21c6a738
commit 2d90440692

View File

@@ -72,6 +72,7 @@ jobs:
run: bun run build
sonarqube:
needs: [php, frontend]
runs_on: ubuntu-latest
steps:
- name: Checkout