You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/03/07 04:56:59 UTC

[datasketches-java] branch MinorUpdates updated: Experiment with workflow_dispatch

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

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


The following commit(s) were added to refs/heads/MinorUpdates by this push:
     new d4f165b  Experiment with workflow_dispatch
d4f165b is described below

commit d4f165b4df13fbd3d084ae97d787607ac03dd1d1
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Mar 6 20:56:44 2021 -0800

    Experiment with workflow_dispatch
---
 .github/workflows/maven.yml  | 1 +
 tools/SketchesCheckstyle.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 698d6c6..f20252f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -4,6 +4,7 @@ on:
     pull_request:
     push:
         branches: [ master ]
+    workflow_dispatch:
 
 env:
     MAVEN_OPTS: -Xmx4g -Xms1g
diff --git a/tools/SketchesCheckstyle.xml b/tools/SketchesCheckstyle.xml
index 03a69c3..a51083d 100644
--- a/tools/SketchesCheckstyle.xml
+++ b/tools/SketchesCheckstyle.xml
@@ -39,7 +39,7 @@ under the License.
   <property name="fileExtensions" value="java"/>
 
   <module name="BeforeExecutionExclusionFileFilter">
-    <property name="fileNamePattern" value="src/test/java/.+$"/> 
+    <property name="fileNamePattern" value="src/test/java/.+$"/>
   </module>
 
   <module name="FileTabCharacter">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org