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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new 1556120  Add OS and JDK to job name
1556120 is described below

commit 1556120aaaa8a30f168ea1cf8f9478bc89137575
Author: P. Ottlinger <pottlin...@apache.org>
AuthorDate: Sun Jul 21 21:02:10 2024 +0200

    Add OS and JDK to job name
---
 .github/workflows/maven.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 05e1426..912794f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,6 +33,7 @@ jobs:
       fail-fast: false
 
     runs-on: ${{ matrix.os }}
+    name: ${{ matrix.os }}-JDK${{ matrix.java }}
 
     steps:
       - name: Checkout

Reply via email to