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

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new a9c29800e1 [MINOR] Split lineage and count distinct GitHub Actions
a9c29800e1 is described below

commit a9c29800e19d4a18d57113334c6fa7c30d9fc126
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Fri Jan 5 13:12:59 2024 +0100

    [MINOR] Split lineage and count distinct GitHub Actions
---
 .github/workflows/javaTests.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml
index 9768d2fb5a..ff151565e2 100644
--- a/.github/workflows/javaTests.yml
+++ b/.github/workflows/javaTests.yml
@@ -57,7 +57,8 @@ jobs:
           "**.component.p**.**,**.component.t**.**",
           
"**.functions.a**.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.tensor.**",
           "**.functions.blocks.**,**.functions.data.rand.**,",
-          
"**.functions.countDistinct.**,**.functions.countDistinctApprox.**,**.functions.data.misc.**,**.functions.lineage.**",
+          "**.functions.countDistinct.**,**.functions.countDistinctApprox.**",
+          "**.functions.data.misc.**,**.functions.lineage.**",
           
"**.functions.compress.**,**.functions.data.tensor.**,**.functions.codegenalg.parttwo.**,**.functions.codegen.**,**.functions.caching.**",
           
"**.functions.binary.matrix_full_cellwise.**,**.functions.binary.matrix_full_other.**",
           
"**.functions.federated.algorithms.**,**.functions.federated.io.**,**.functions.federated.paramserv.**",

Reply via email to