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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
