You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/04/28 14:00:47 UTC

[tika] branch main updated: fix workflow names for branch_1x

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

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b322e96e fix workflow names for branch_1x
3b322e96e is described below

commit 3b322e96ef6b5459291546c492b5ba8edd93cf07
Author: tallison <ta...@apache.org>
AuthorDate: Thu Apr 28 10:00:37 2022 -0400

    fix workflow names for branch_1x
---
 .github/workflows/branch_1x-jdk11-build.yml | 2 +-
 .github/workflows/branch_1x-jdk8-build.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/branch_1x-jdk11-build.yml b/.github/workflows/branch_1x-jdk11-build.yml
index 41623d47f..22e3250d6 100644
--- a/.github/workflows/branch_1x-jdk11-build.yml
+++ b/.github/workflows/branch_1x-jdk11-build.yml
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name: main jdk11 build
+name: branch_1x jdk11 build
 
 on:
   push:
diff --git a/.github/workflows/branch_1x-jdk8-build.yml b/.github/workflows/branch_1x-jdk8-build.yml
index 1268fc34a..1626eb95a 100644
--- a/.github/workflows/branch_1x-jdk8-build.yml
+++ b/.github/workflows/branch_1x-jdk8-build.yml
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name: main pr build
+name: branch_1x jdk8 build
 
 on:
   push: