From 239378e0811a15d73a49f7c5d27e515063a0429c Mon Sep 17 00:00:00 2001 From: Rajendra Reddy Date: Mon, 6 Apr 2026 11:51:45 +0000 Subject: [PATCH] Update .gitea/workflows/qualitytest.yml --- .gitea/workflows/qualitytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/qualitytest.yml b/.gitea/workflows/qualitytest.yml index ffba928..17e4ee1 100644 --- a/.gitea/workflows/qualitytest.yml +++ b/.gitea/workflows/qualitytest.yml @@ -32,4 +32,4 @@ jobs: -Dsonar.host.url=${{ secrets.SONAR_HOST_URL }} \ -Dsonar.token=${{ secrets.SONAR_TOKEN }} \ -Dsonar.exclusions=node_modules/**,dist/**,coverage/** \ - -Dsonar.qualitygate.wait=true \ No newline at end of file + -Dsonar.qualitygate.wait=false \ No newline at end of file