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

akm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 71622fb9b Disabling website build workflow in trunk
     new 8fb8244f7 Merge branch 'trunk' of https://github.com/apache/mahout 
into trunk
71622fb9b is described below

commit 71622fb9b7337bd57d1a1b57713644f0ec529ebc
Author: Andrew Musselman <[email protected]>
AuthorDate: Fri Feb 16 13:14:09 2024 -0800

    Disabling website build workflow in trunk
---
 .github/workflows/website.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index a1807485d..91b3af73a 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -21,7 +21,8 @@ name: Website
 on:
   push:
     branches:
-      - trunk
+      #  Disabling this workflow in `trunk` branch
+      #  - trunk
 
 
 # A workflow run is made up of one or more jobs that can run sequentially or 
in parallel

Reply via email to