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 8a51d56f INFRA-27608, RAT-293: Tweak branch configuration to see if
secrets are visible on PRs
8a51d56f is described below
commit 8a51d56f8b260a36a382619a9e3d7b90978180a1
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Feb 2 16:55:34 2026 +0100
INFRA-27608, RAT-293: Tweak branch configuration to see if secrets are
visible on PRs
---
.github/workflows/sonarcloud.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 6760ed62..e68e24d1 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -1,8 +1,8 @@
name: SonarQube
on:
push:
- branches:
- - master
+# branches:
+# - master
pull_request:
types: [opened, synchronize, reopened]
jobs: