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 <[email protected]>
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 <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .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:
 

Reply via email to