This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 78ea35c11 [ci] Improve ci trigger and cancel (#953)
78ea35c11 is described below
commit 78ea35c116f51621128953a9b13ec545a4adb92d
Author: Guangdong Liu <[email protected]>
AuthorDate: Thu Apr 20 14:33:02 2023 +0800
[ci] Improve ci trigger and cancel (#953)
---
.github/workflows/check-licensing.yml | 2 +-
.github/workflows/code-analysys.yml | 2 +-
.github/workflows/e2e-tests-1.14.yml | 2 +-
.github/workflows/e2e-tests-1.15.yml | 2 +-
.github/workflows/e2e-tests-1.16.yml | 2 +-
.github/workflows/e2e-tests-1.17.yml | 2 +-
.github/workflows/publish_snapshot.yml | 2 +-
.github/workflows/utitcase-flink.yml | 3 +--
.github/workflows/utitcase.yml | 2 +-
9 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/check-licensing.yml
b/.github/workflows/check-licensing.yml
index 03af02eb6..93043b23f 100644
--- a/.github/workflows/check-licensing.yml
+++ b/.github/workflows/check-licensing.yml
@@ -18,7 +18,7 @@ name: Check licensing
on: [push, pull_request]
concurrency:
- group: cl-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{
github.event.number || github.run_id }}
cancel-in-progress: true
jobs:
diff --git a/.github/workflows/code-analysys.yml
b/.github/workflows/code-analysys.yml
index 31a2e88ec..d00c4715f 100644
--- a/.github/workflows/code-analysys.yml
+++ b/.github/workflows/code-analysys.yml
@@ -20,7 +20,7 @@ on:
workflow_dispatch:
concurrency:
- group: code-check-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{
github.event.number || github.run_id }}
cancel-in-progress: true
jobs:
diff --git a/.github/workflows/e2e-tests-1.14.yml
b/.github/workflows/e2e-tests-1.14.yml
index f32f10afe..cd75a290c 100644
--- a/.github/workflows/e2e-tests-1.14.yml
+++ b/.github/workflows/e2e-tests-1.14.yml
@@ -29,7 +29,7 @@ env:
JDK_VERSION: 8
concurrency:
- group: e2e-tests-14-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{
github.event.number || github.run_id }}
cancel-in-progress: true
jobs:
diff --git a/.github/workflows/e2e-tests-1.15.yml
b/.github/workflows/e2e-tests-1.15.yml
index 4f334a9b6..ce827f8b6 100644
--- a/.github/workflows/e2e-tests-1.15.yml
+++ b/.github/workflows/e2e-tests-1.15.yml
@@ -29,7 +29,7 @@ env:
JDK_VERSION: 8
concurrency:
- group: e2e-tests-15-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{
github.event.number || github.run_id }}
cancel-in-progress: true
jobs:
diff --git a/.github/workflows/e2e-tests-1.16.yml
b/.github/workflows/e2e-tests-1.16.yml
index 292b4b0a1..bb2f85762 100644
--- a/.github/workflows/e2e-tests-1.16.yml
+++ b/.github/workflows/e2e-tests-1.16.yml
@@ -29,7 +29,7 @@ env:
JDK_VERSION: 8
concurrency:
- group: e2e-tests-16-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{
github.event.number || github.run_id }}
cancel-in-progress: true
jobs:
diff --git a/.github/workflows/e2e-tests-1.17.yml
b/.github/workflows/e2e-tests-1.17.yml
index a2d555959..7c622c041 100644
--- a/.github/workflows/e2e-tests-1.17.yml
+++ b/.github/workflows/e2e-tests-1.17.yml
@@ -29,7 +29,7 @@ env:
JDK_VERSION: 8
concurrency:
- group: e2e-tests-17-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{
github.event.number || github.run_id }}
cancel-in-progress: true
jobs:
diff --git a/.github/workflows/publish_snapshot.yml
b/.github/workflows/publish_snapshot.yml
index b8a7749b0..481c92ad7 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -28,7 +28,7 @@ env:
JDK_VERSION: 8
concurrency:
- group: ps-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{
github.event.number || github.run_id }}
cancel-in-progress: true
jobs:
diff --git a/.github/workflows/utitcase-flink.yml
b/.github/workflows/utitcase-flink.yml
index 5ec8fb57e..532c81cad 100644
--- a/.github/workflows/utitcase-flink.yml
+++ b/.github/workflows/utitcase-flink.yml
@@ -15,7 +15,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
################################################################################
-
name: UTCase and ITCase Flink
on:
@@ -29,7 +28,7 @@ env:
JDK_VERSION: 8
concurrency:
- group: ut-flink-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{
github.event.number || github.run_id }}
cancel-in-progress: true
jobs:
diff --git a/.github/workflows/utitcase.yml b/.github/workflows/utitcase.yml
index c0244b840..d01e409c0 100644
--- a/.github/workflows/utitcase.yml
+++ b/.github/workflows/utitcase.yml
@@ -29,7 +29,7 @@ env:
JDK_VERSION: 8
concurrency:
- group: ut-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{
github.event.number || github.run_id }}
cancel-in-progress: true
jobs: