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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 2da9c897 RAT-293: Do not run SonarCloud scan if triggered by dependabot
2da9c897 is described below

commit 2da9c897a2c13457e255f362807cd148f9c8ba88
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Feb 2 22:43:56 2026 +0100

    RAT-293: Do not run SonarCloud scan if triggered by dependabot
---
 .github/workflows/sonarcloud.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 76efed21..f1f1e50d 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -8,7 +8,7 @@ on:
     types: [opened, synchronize, reopened]
 jobs:
   build:
-    if: github.actor != 'dependabot[bot]
+    if: github.actor != 'dependabot[bot]'
     name: Build and analyze
     runs-on: ubuntu-latest
     steps:

Reply via email to