Fix: Remove invalid dependency on non existent workflow
[oam/tr069-adapter.git] / .github / workflows / gerrit-merge.yaml
index 628eae0..3c818e0 100644 (file)
@@ -90,15 +90,15 @@ jobs:
         -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r
         -DaltDeploymentRepository=staging::default::file:"${GITHUB_WORKSPACE}"/m2repo
       SONAR_ARGS: >
-      -Dsonar.organization=o-ran-sc
-      -Dsonar.projectKey=o-ran-sc_oam-tr069-adapter
-      -Dsonar.verbose=true
+        -Dsonar.organization=o-ran-sc
+        -Dsonar.projectKey=o-ran-sc_oam-tr069-adapter
+        -Dsonar.verbose=true
     secrets:
       SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
 
   report-status:
     if: ${{ always() }}
-    needs: [notify, run-maven-clm, run-maven-sonar]
+    needs: [notify, run-maven-sonar]
     runs-on: ubuntu-latest
     steps:
       - name: Get workflow conclusion