From 52b52def2902d6ae4ae6d7824923a6417f56306c Mon Sep 17 00:00:00 2001 From: Quentin Ruhier Date: Thu, 12 Sep 2024 11:03:43 +0200 Subject: [PATCH] fix: remove Sonar ci needs --- .github/workflows/sonar.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index e3920d1cd..fd7f634d0 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -9,7 +9,6 @@ jobs: sonarcloud: name: Sonar Analysis runs-on: ubuntu-latest - needs: test-build steps: - uses: actions/checkout@v4 with: