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-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 201cbe2b Try to add combination of OS and JDK as job name
201cbe2b is described below
commit 201cbe2b5019028c87c8fef21679e9f6e883e0a6
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jul 21 20:41:20 2024 +0200
Try to add combination of OS and JDK as 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 dd0039d7..6bea74a2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -40,6 +40,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
+ name: ${{ matrix.os }}-JDK§{{ matrix.java }}
steps:
- name: Checkout