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

shenyi pushed a commit to branch fix-publish-ci-on-fork
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit aeca584e79e44fa2a23dbfa2f4b081d403b6e7c3
Author: pissang <bm2736...@gmail.com>
AuthorDate: Sun Jun 19 22:57:26 2022 +0800

    chore: fix publish ci on fork
---
 .github/workflows/nightly-next.yml | 1 +
 .github/workflows/nightly.yml      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/nightly-next.yml 
b/.github/workflows/nightly-next.yml
index a8f1f2a9c..b8c797884 100644
--- a/.github/workflows/nightly-next.yml
+++ b/.github/workflows/nightly-next.yml
@@ -11,6 +11,7 @@ on:
 jobs:
   build:
     runs-on: ubuntu-latest
+    if: ${{ github.repository_owner == 'apache' }}
 
     strategy:
       matrix:
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 030044bbb..5f4a30238 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -11,6 +11,7 @@ on:
 jobs:
   build:
     runs-on: ubuntu-latest
+    if: ${{ github.repository_owner == 'apache' }}
 
     strategy:
       matrix:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to