This is an automated email from the ASF dual-hosted git repository. caogaofei pushed a commit to branch beyyes/improve_query_fe in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 371f801f7ce317f898b156bdbbc6f924e4dcc4c3 Author: Beyyes <[email protected]> AuthorDate: Sun Jun 25 17:50:28 2023 +0800 change conf of sonar-coveralls --- .github/workflows/sonar-coveralls.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/sonar-coveralls.yml b/.github/workflows/sonar-coveralls.yml index f649f789712..17a2fe2a314 100644 --- a/.github/workflows/sonar-coveralls.yml +++ b/.github/workflows/sonar-coveralls.yml @@ -5,21 +5,21 @@ name: Sonar-Coveralls on: push: - branches: - - master - - "rel/*" - - "new_*" - paths-ignore: - - "docs/**" - - 'site/**' - pull_request: - branches: - - master - - "rel/*" - - "new_*" +# branches: +# - master +# - "rel/*" +# - "new_*" paths-ignore: - "docs/**" - 'site/**' +# pull_request: +# branches: +# - master +# - "rel/*" +# - "new_*" +# paths-ignore: +# - "docs/**" +# - 'site/**' # allow manually run the action: workflow_dispatch:
