You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ry...@apache.org on 2021/11/09 08:46:53 UTC

[iceberg] branch master updated: only run publish GH action for apache repo, not forked (#3500)

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

rymurr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 85662d7  only run publish GH action for apache repo, not forked (#3500)
85662d7 is described below

commit 85662d7537a2f5453eb38372319f363c0c37cd6c
Author: Kevin Liu <ke...@users.noreply.github.com>
AuthorDate: Tue Nov 9 00:46:42 2021 -0800

    only run publish GH action for apache repo, not forked (#3500)
    
    Co-authored-by: Kevin Liu <ke...@stripe.com>
---
 .github/workflows/publish-snapshot.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml
index fd0195d..917c180 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -27,6 +27,7 @@ on:
 
 jobs:
   publish-snapshot:
+    if: github.repository_owner == 'apache'
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2