This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch thetaRework
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
The following commit(s) were added to refs/heads/thetaRework by this push:
new fbab0a0a3 enable github workflows
fbab0a0a3 is described below
commit fbab0a0a3157d2cf7047d48782f9829744140962
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Jun 27 17:37:09 2025 -0700
enable github workflows
---
.github/workflows/auto-jdk-matrix.yml | 14 +++++++-------
.github/workflows/auto-os-matrix.yml | 14 +++++++-------
.github/workflows/check_cpp_files.yml | 14 +++++++-------
.github/workflows/codeql-analysis.yml | 14 +++++++-------
.github/workflows/javadoc.yml | 4 ++--
5 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/.github/workflows/auto-jdk-matrix.yml
b/.github/workflows/auto-jdk-matrix.yml
index 176d1fd6e..0afbaf065 100644
--- a/.github/workflows/auto-jdk-matrix.yml
+++ b/.github/workflows/auto-jdk-matrix.yml
@@ -1,13 +1,13 @@
name: Auto JDK Matrix Test & Install
on:
-# push:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
-# pull_request:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
-# # The branches below must be a subset of the branches above
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+ push:
+ paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
+ branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+ pull_request:
+ paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
+ # The branches below must be a subset of the branches above
+ branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
workflow_dispatch:
env:
diff --git a/.github/workflows/auto-os-matrix.yml
b/.github/workflows/auto-os-matrix.yml
index 413b7a957..83ecc1ffe 100644
--- a/.github/workflows/auto-os-matrix.yml
+++ b/.github/workflows/auto-os-matrix.yml
@@ -1,13 +1,13 @@
name: Auto OS Matrix Test & Install
on:
-# push:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
-# pull_request:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
-# # The branches below must be a subset of the branches above
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+ push:
+ paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
+ branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+ pull_request:
+ paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
+ # The branches below must be a subset of the branches above
+ branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
workflow_dispatch:
env:
diff --git a/.github/workflows/check_cpp_files.yml
b/.github/workflows/check_cpp_files.yml
index 778859d0d..243eda985 100644
--- a/.github/workflows/check_cpp_files.yml
+++ b/.github/workflows/check_cpp_files.yml
@@ -1,13 +1,13 @@
name: CPP SerDe Compatibility Test
on:
-# push:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
-# pull_request:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
-# # The branches below must be a subset of the branches above
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+ push:
+ paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
+ branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+ pull_request:
+ paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
+ # The branches below must be a subset of the branches above
+ branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
workflow_dispatch:
jobs:
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index f3fde1de0..bb42fe345 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -1,13 +1,13 @@
name: "CodeQL"
on:
-# push:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
-# pull_request:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
-# # The branches below must be a subset of the branches above
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+ push:
+ paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
+ branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+ pull_request:
+ paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml',
'**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
+ # The branches below must be a subset of the branches above
+ branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
workflow_dispatch:
jobs:
diff --git a/.github/workflows/javadoc.yml b/.github/workflows/javadoc.yml
index 977c87b27..4862d64e4 100644
--- a/.github/workflows/javadoc.yml
+++ b/.github/workflows/javadoc.yml
@@ -1,8 +1,8 @@
name: JavaDoc
on:
-# push:
-# branches: main
+ push:
+ branches: main
workflow_dispatch:
jobs:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]