This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 971018c0f1 [Chore](CI)Increase Sonar check frequency (#19131)
971018c0f1 is described below
commit 971018c0f1c626d706f77f2642b8583ec301a821
Author: Calvin Kirs <[email protected]>
AuthorDate: Thu Apr 27 10:10:19 2023 +0800
[Chore](CI)Increase Sonar check frequency (#19131)
---
.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 d0d5340057..cb933b752c 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -19,7 +19,7 @@
name: Code Quality Analysis
on:
schedule:
- - cron: '0 0 03 * *' # Run at 03:00 UTC every day
+ - cron: '0 0 12,20 * * ?'
jobs:
build:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]