This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new dd87a20e0 skip-sonarcloud (#2855)
dd87a20e0 is described below

commit dd87a20e037974558b675a171032dd93aac9513d
Author: flypiggy <[email protected]>
AuthorDate: Tue Apr 29 09:29:43 2025 +0800

    skip-sonarcloud (#2855)
---
 .github/workflows/github-actions.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/github-actions.yml 
b/.github/workflows/github-actions.yml
index 02a12d29a..823393a37 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -90,3 +90,8 @@ jobs:
 
     - name: Codecov
       run: bash <(curl -s https://codecov.io/bash)
+
+    - name: Skip SonarCloud analysis
+      run: |
+          echo "Explicitly skipping SonarCloud analysis"
+          echo "SONAR_SKIP=true" >> $GITHUB_ENV

Reply via email to