You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ak...@apache.org on 2024/02/16 21:14:36 UTC

(mahout) branch trunk updated: Disabling website build workflow in trunk

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 <ak...@apache.org>
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