You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/04/07 09:37:46 UTC

[iotdb] 03/04: Fix sonar-coveralls aways be cancelled (#5283)

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

haonan pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 79b03bdc5a107e985ffb6d8f658c3ad342c26089
Author: Haonan <hh...@outlook.com>
AuthorDate: Fri Mar 18 22:31:24 2022 +0800

    Fix sonar-coveralls aways be cancelled (#5283)
---
 .github/workflows/sonar-coveralls.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/workflows/sonar-coveralls.yml b/.github/workflows/sonar-coveralls.yml
index f646ce5bab..d832dd0bd2 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -18,13 +18,6 @@ on:
       - "new_*"
     paths-ignore:
       - "docs/**"
-  pull_request_target:
-    branches:
-      - master
-      - "rel/*"
-      - "new_*"
-    paths-ignore:
-      - "docs/**"
   # allow manually run the action:
   workflow_dispatch: