You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/06/28 01:57:42 UTC

[flink-table-store] branch master updated: [hotfix] Rename java 8 build to utcase and itcase

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/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new 06e630ba [hotfix] Rename java 8 build to utcase and itcase
06e630ba is described below

commit 06e630bad0d9945cdcd42166e49dcf8c162fcce9
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Tue Jun 28 09:57:32 2022 +0800

    [hotfix] Rename java 8 build to utcase and itcase
---
 .github/workflows/{java8-build.yml => utcase-itcase.yml} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/java8-build.yml b/.github/workflows/utcase-itcase.yml
similarity index 96%
rename from .github/workflows/java8-build.yml
rename to .github/workflows/utcase-itcase.yml
index 31388546..34ac98b8 100644
--- a/.github/workflows/java8-build.yml
+++ b/.github/workflows/utcase-itcase.yml
@@ -1,4 +1,4 @@
-name: Java 8 Build
+name: UTCase and ITCase
 
 on: [push, pull_request]