From 206d1e63ba09dabded54bf8a72a696c82c5b60e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Tue, 27 May 2025 11:41:41 +0200 Subject: [PATCH] Update .github/workflows/sonar.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/sonar.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 1bcf00d..faf7f90 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -8,6 +8,7 @@ on: jobs: build: + # Temporarily disabling the Sonar Scan job due to [reason]. Re-enable when [condition]. if: false name: Sonar Scan runs-on: ubuntu-latest