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

leerho pushed a commit to branch gha-testing
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


The following commit(s) were added to refs/heads/gha-testing by this push:
     new 3d8d944  rework GHAs
3d8d944 is described below

commit 3d8d94494affa947c4f9a9e03b06ed95cec5b2b3
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu Dec 12 15:18:41 2024 -0800

    rework GHAs
---
 .github/workflows/{auto-jdk-21.yml => auto-jdk-matrix.yml} | 2 +-
 .github/workflows/auto-os-matrix.yml                       | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/auto-jdk-21.yml 
b/.github/workflows/auto-jdk-matrix.yml
similarity index 96%
rename from .github/workflows/auto-jdk-21.yml
rename to .github/workflows/auto-jdk-matrix.yml
index 7a65ac1..d3f5824 100644
--- a/.github/workflows/auto-jdk-21.yml
+++ b/.github/workflows/auto-jdk-matrix.yml
@@ -1,4 +1,4 @@
-name: DataSketches-Memory Auto JDK 21 Test & Install
+name: DataSketches-Memory Auto JDK Matrix Test & Install
 
 on:
     pull_request:
diff --git a/.github/workflows/auto-os-matrix.yml 
b/.github/workflows/auto-os-matrix.yml
index 58992fa..a3ee167 100644
--- a/.github/workflows/auto-os-matrix.yml
+++ b/.github/workflows/auto-os-matrix.yml
@@ -60,6 +60,10 @@ jobs:
           run: >
               java -version
 
+        - name: Print Current workflow
+          run: >
+           cat .github/workflows/auto-os-matrix.yml
+
         - name: Test
           run: >
               mvn clean test


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to