You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ra...@apache.org on 2020/10/20 12:02:01 UTC

[mahout] branch trunk updated: [HOTFIX] Don't attempt website build on PR

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

rawkintrevo 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 6e87859  [HOTFIX] Don't attempt website build on PR
6e87859 is described below

commit 6e878595d6e5730e2a4af128a820b8a2052b4bfc
Author: Trevor Grant <tr...@gmail.com>
AuthorDate: Tue Oct 20 07:01:31 2020 -0500

    [HOTFIX] Don't attempt website build on PR
---
 .github/workflows/website.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 83e00c7..dbf9382 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -21,8 +21,7 @@ name: Website
 on:
   push:
     branches: [ trunk ]
-  pull_request:
-    branches: [ trunk ]
+
 
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs: