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

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 697f06b  Modify job names for better display
697f06b is described below

commit 697f06bd3a09c6276eaab695fe548a5fc7b68263
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Oct 17 12:22:35 2024 +0200

    Modify job names for better display
---
 .github/workflows/android-reusable-test.yaml | 2 +-
 .github/workflows/graalvm-reusable-test.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/android-reusable-test.yaml 
b/.github/workflows/android-reusable-test.yaml
index 02af9c8..a6df28e 100644
--- a/.github/workflows/android-reusable-test.yaml
+++ b/.github/workflows/android-reusable-test.yaml
@@ -34,7 +34,7 @@ permissions: read-all
 
 jobs:
 
-  build:
+  android-test:
 
     runs-on: ubuntu-latest
 
diff --git a/.github/workflows/graalvm-reusable-test.yaml 
b/.github/workflows/graalvm-reusable-test.yaml
index 03da67e..0ff5ae9 100644
--- a/.github/workflows/graalvm-reusable-test.yaml
+++ b/.github/workflows/graalvm-reusable-test.yaml
@@ -34,7 +34,7 @@ permissions: read-all
 
 jobs:
 
-  build:
+  graalvm-test:
 
     runs-on: ubuntu-latest
 

Reply via email to