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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5a699d0  Fix sonar-coveralls aways be cancelled (#5283)
5a699d0 is described below

commit 5a699d008fa83710b7a756d6aa50dab11852c60b
Author: Haonan <[email protected]>
AuthorDate: Fri Mar 18 22:31:24 2022 +0800

    Fix sonar-coveralls aways be cancelled (#5283)
---
 .github/workflows/greetings.yml       | 4 ----
 .github/workflows/sonar-coveralls.yml | 7 -------
 2 files changed, 11 deletions(-)

diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
index 7747052..1a90ed0 100644
--- a/.github/workflows/greetings.yml
+++ b/.github/workflows/greetings.yml
@@ -2,10 +2,6 @@ name: Greetings
 
 on: [issues, pull_request_target]
 
-concurrency:
-  group: ${{ github.workflow }}-${{ github.ref }}
-  cancel-in-progress: true
-
 jobs:
   greeting:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/sonar-coveralls.yml 
b/.github/workflows/sonar-coveralls.yml
index e2e2532..4d4e342 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:
 

Reply via email to