This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch workflows
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
The following commit(s) were added to refs/heads/workflows by this push:
new 35874d30 update workflow
35874d30 is described below
commit 35874d30a4e2623080c0a7d3aa6fd17f23d2951c
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Feb 27 17:43:18 2026 -0800
update workflow
---
.github/workflows/reusable-jdk-os-matrix.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/reusable-jdk-os-matrix.yml
b/.github/workflows/reusable-jdk-os-matrix.yml
index 71045116..7801c8e1 100644
--- a/.github/workflows/reusable-jdk-os-matrix.yml
+++ b/.github/workflows/reusable-jdk-os-matrix.yml
@@ -57,10 +57,10 @@ jobs:
- name: Print Current Workflows
run: |
- echo "Reusable Workflow:"
- cat
.github/workflow-logic/.github/workflows/reusable-jdk-os-matrix.yml
- echo "Caller Workflow:"
- cat .github/workflows/auto-jdk-os-matrix.yml
+ echo "--- Reusable Workflow: ---"
+ cat
.github/workflow-logic/.github/workflows/reusable-jdk-os-matrix.yml || echo
"::warning::Could not find Reusable Workflow file."
+ echo "--- Caller Workflow: ---"
+ cat .github/workflows/auto-jdk-os-matrix.yml || echo
"::warning::Could not find Caller Workflow file."
- name: Test
run: mvn clean test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]