You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/06/14 03:23:12 UTC

[iceberg] branch master updated: Build: Avoid running engine tests on LICENSE and NOTICE update (#5022)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 547152cf3d Build: Avoid running engine tests on LICENSE and NOTICE update (#5022)
547152cf3d is described below

commit 547152cf3dfa5e399351b851c48edd8f916e9c48
Author: Prashant Singh <35...@users.noreply.github.com>
AuthorDate: Tue Jun 14 08:53:08 2022 +0530

    Build: Avoid running engine tests on LICENSE and NOTICE update (#5022)
    
    Co-authored-by: Prashant Singh <ps...@amazon.com>
---
 .github/workflows/flink-ci.yml | 2 ++
 .github/workflows/hive-ci.yml  | 2 ++
 .github/workflows/java-ci.yml  | 2 ++
 .github/workflows/spark-ci.yml | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/.github/workflows/flink-ci.yml b/.github/workflows/flink-ci.yml
index b7a8009d2d..bf5e70caaf 100644
--- a/.github/workflows/flink-ci.yml
+++ b/.github/workflows/flink-ci.yml
@@ -46,6 +46,8 @@ on:
     - '.gitattributes'
     - 'README.md'
     - 'CONTRIBUTING.md'
+    - 'LICENSE'
+    - 'NOTICE'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/hive-ci.yml b/.github/workflows/hive-ci.yml
index f19c507523..2889f3e7af 100644
--- a/.github/workflows/hive-ci.yml
+++ b/.github/workflows/hive-ci.yml
@@ -44,6 +44,8 @@ on:
     - '.gitattributes'
     - 'README.md'
     - 'CONTRIBUTING.md'
+    - 'LICENSE'
+    - 'NOTICE'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml
index 797f3d09e4..1fb4fbe7f1 100644
--- a/.github/workflows/java-ci.yml
+++ b/.github/workflows/java-ci.yml
@@ -41,6 +41,8 @@ on:
     - '.gitattributes'
     - 'README.md'
     - 'CONTRIBUTING.md'
+    - 'LICENSE'
+    - 'NOTICE'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/spark-ci.yml b/.github/workflows/spark-ci.yml
index 8c095b94bb..79b6b7f960 100644
--- a/.github/workflows/spark-ci.yml
+++ b/.github/workflows/spark-ci.yml
@@ -46,6 +46,8 @@ on:
     - '.gitattributes'
     - 'README.md'
     - 'CONTRIBUTING.md'
+    - 'LICENSE'
+    - 'NOTICE'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}