This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 90e434a5dd [Chore](check) change SonarClout Analysis scheduled on push
(#24410)
90e434a5dd is described below
commit 90e434a5dd2e1c3f46fceb00f153976cb509b3f3
Author: Pxl <[email protected]>
AuthorDate: Fri Sep 15 10:42:00 2023 +0800
[Chore](check) change SonarClout Analysis scheduled on push (#24410)
change SonarClout Analysis scheduled on push
---
.github/workflows/sonarcloud.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index de185338d4..d3f8433387 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -16,10 +16,8 @@
# under the License.
#
---
-name: Code Quality Analysis
-on:
- schedule:
- - cron: '30 3,14 * * *'
+name: SonarClout Analysis
+on: [push]
jobs:
sonar-cloud-java:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]