This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch main25
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
The following commit(s) were added to refs/heads/main25 by this push:
new e5a67447 Update GHA workflows & Checkstyle
e5a67447 is described below
commit e5a6744792d898483910bea12c0545ffc0c86f68
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed Feb 11 17:40:34 2026 -0800
Update GHA workflows & Checkstyle
---
.github/workflows/auto-jdk-matrix.yml | 8 ++++----
.github/workflows/auto-os-matrix.yml | 8 ++++----
tools/MemoryCheckstyle.xml | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/auto-jdk-matrix.yml
b/.github/workflows/auto-jdk-matrix.yml
index 2ea3efc7..f09f53ff 100644
--- a/.github/workflows/auto-jdk-matrix.yml
+++ b/.github/workflows/auto-jdk-matrix.yml
@@ -2,12 +2,12 @@ name: Auto JDK Matrix Test & Install
on:
# push:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.yaml',
'**/*.yml', '**/LICENSE', '**/NOTICE' ]
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/LICENSE',
'**/NOTICE' ]
+# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]', 'v[0-9]+.[0-9]+.[Xx]' ]
# pull_request:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.yaml',
'**/*.yml', '**/LICENSE', '**/NOTICE' ]
+# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/LICENSE',
'**/NOTICE' ]
# # The branches below must be a subset of the branches above
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]', 'v[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 31d01abf..3bbbd315 100644
--- a/.github/workflows/auto-os-matrix.yml
+++ b/.github/workflows/auto-os-matrix.yml
@@ -2,12 +2,12 @@ name: Auto OS Matrix Test & Install
on:
# push:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.yaml',
'**/*.yml', '**/LICENSE', '**/NOTICE' ]
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/LICENSE',
'**/NOTICE' ]
+# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]', 'v[0-9]+.[0-9]+.[Xx]']
# pull_request:
-# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.yaml',
'**/*.yml', '**/LICENSE', '**/NOTICE' ]
+# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/LICENSE',
'**/NOTICE' ]
# # The branches below must be a subset of the branches above
-# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
+# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' 'v[0-9]+.[0-9]+.[Xx]']
workflow_dispatch:
env:
diff --git a/tools/MemoryCheckstyle.xml b/tools/MemoryCheckstyle.xml
index 77d69c43..aeff51cd 100644
--- a/tools/MemoryCheckstyle.xml
+++ b/tools/MemoryCheckstyle.xml
@@ -38,16 +38,16 @@ under the License.
<property name="fileExtensions" value="java"/>
<property name="basedir" value="${basedir}"/>
- <!-- Exclude all module-info.java files and all test files
+ <!-- Exclude all module-info.java files
https://checkstyle.org/filefilters/beforeexecutionexclusionfilefilter.html#BeforeExecutionExclusionFileFilter
-->
<module name="BeforeExecutionExclusionFileFilter">
- <property name="fileNamePattern"
value="(.*[\\/]test[\\/].*$)|(module\-info\.java$)"/>
+ <property name="fileNamePattern" value="module\-info\.java$"/>
</module>
- <!-- Exclude all src/test/... files and all module-info files
+ <!-- Exclude all src/test/... files -->
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value=".*[\\/]src[\\/]test[\\/].*$"/>
- </module> -->
+ </module>
<module name="FileTabCharacter">
<property name="eachLine" value="true"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]