Fix: Continue if CLM GHA job fails
[ccsdk/cds.git] / .github / workflows / gerrit-merge.yaml
index b465da5..28d8d27 100644 (file)
@@ -91,6 +91,7 @@ jobs:
         -DaltDeploymentRepository=staging::default::file:"${GITHUB_WORKSPACE}"/m2repo
     secrets:
       NEXUS_IQ_PASSWORD: ${{ secrets.NEXUS_IQ_PASSWORD }}
+    continue-on-error: true
 
   run-maven-sonar:
     needs: [notify, run-maven-clm]