You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/03/31 08:02:28 UTC

[echarts] 04/04: chore: enable unit test checking in pull request

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

shenyi pushed a commit to branch enhance-missing-components-log
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 4719d54cc7cb2faf14e9e2facd355383408392a7
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Mar 31 16:01:23 2021 +0800

    chore: enable unit test checking in pull request
---
 .github/workflows/nodejs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index ab188d5..56bc96a 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -40,7 +40,7 @@ jobs:
     runs-on: ubuntu-latest
     needs: build
 
-    if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/release'
+    if: ${{ github.base_ref == 'refs/heads/master' || github.base_ref == 'refs/heads/release' }}
 
     steps:
       - name: unit test

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