You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/10/27 20:44:22 UTC

[arrow-site] branch master updated: ARROW-18169: [Website] Don't run dev docs update on fork repositories

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

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e1ac8c564f ARROW-18169: [Website] Don't run dev docs update on fork repositories
e1ac8c564f is described below

commit e1ac8c564f8d8f3d977e4e98bc7ab51f9356ca9c
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Fri Oct 28 05:44:08 2022 +0900

    ARROW-18169: [Website] Don't run dev docs update on fork repositories
    
    Closes #260 from kou/dev-docs-only-apache-arrow-site:
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 .github/workflows/devdocs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/devdocs.yml b/.github/workflows/devdocs.yml
index 6b0e750d89..785e990155 100644
--- a/.github/workflows/devdocs.yml
+++ b/.github/workflows/devdocs.yml
@@ -25,6 +25,7 @@ on:
 jobs:
   devdocs:
     name: Fetch and upload dev docs
+    if: github.repository == 'apache/arrow-site'
     runs-on: ubuntu-latest
     steps: