This is an automated email from the ASF dual-hosted git repository.
morningman 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 a72e20da69 [chore](check) update sonarcloud workflow files (#11674)
a72e20da69 is described below
commit a72e20da692e37305d3187a75d9b9e1644b879c7
Author: Zhengguo Yang <[email protected]>
AuthorDate: Thu Aug 11 16:22:02 2022 +0800
[chore](check) update sonarcloud workflow files (#11674)
update sonarcloud workflow files try to trigger workflow after merge
---
.github/workflows/sonarcloud.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 543587cc63..5cad07df68 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -21,12 +21,13 @@ on:
push:
branches:
- master
- pull_request_target:
+ types: [closed]
jobs:
build:
name: Build
runs-on: ubuntu-latest
+ if: ${{ github.event.pull_request.merged }}
env:
SONAR_SCANNER_VERSION: 4.7.0.2747
SONAR_SERVER_URL: "https://sonarcloud.io"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]