You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2023/11/16 22:20:25 UTC

(commons-crypto) branch master updated: Disable for now [skip ci]

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 72003f2f Disable for now [skip ci]
72003f2f is described below

commit 72003f2fa6786a5723ebd95414f3ea945d41dae3
Author: Sebb <se...@apache.org>
AuthorDate: Thu Nov 16 22:20:20 2023 +0000

    Disable for now [skip ci]
---
 .github/workflows/maven_crossbuild.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven_crossbuild.yml b/.github/workflows/maven_crossbuild.yml
index eed930e3..c5d4b6f6 100644
--- a/.github/workflows/maven_crossbuild.yml
+++ b/.github/workflows/maven_crossbuild.yml
@@ -20,11 +20,11 @@ name: Java Cross Build
 on:
   # allow direct trigger
   workflow_dispatch:
-  push:
-    paths:
-      - '**/native/**'
-      - '**/maven_crossbuild.yml'
-      - 'src/docker/*'
+  # push:
+  #   paths:
+  #     - '**/native/**'
+  #     - '**/maven_crossbuild.yml'
+  #     - 'src/docker/*'
 
 permissions:
   contents: read