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 <y...@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-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org