You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2023/06/29 06:42:26 UTC

[echarts] 01/01: chore(workflow): fix wrong env variable

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

wangzx pushed a commit to branch fix/workflow-env-var
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 3f083f1bab940eaeb98f167185424b9024984213
Author: Zhongxiang Wang <yh...@all-my-life.cn>
AuthorDate: Thu Jun 29 14:42:20 2023 +0800

    chore(workflow): fix wrong env variable
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 157752a64..9d64c3492 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -156,7 +156,7 @@ jobs:
 
   teardown-preview:
     runs-on: ubuntu-latest
-    if: ${{ github.repository_owner == 'apache' && github.event.action == 'closed' && github.pull_request.merged != true }}
+    if: ${{ github.repository_owner == 'apache' && github.event.action == 'closed' && github.event.pull_request.merged != true }}
     continue-on-error: true
     steps:
       - name: Install action dependencies


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