mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 20:28:13 +08:00
remove incorrect branches syntax, use github_ref
This commit is contained in:
@@ -26,16 +26,9 @@ jobs:
|
||||
run: |
|
||||
pip install flake8
|
||||
make lint
|
||||
- name: Lint diff with eslint
|
||||
branches-ignore:
|
||||
- master
|
||||
run: |
|
||||
cd client && make lint-diff-client
|
||||
- name: Lint with eslint
|
||||
branches:
|
||||
- master
|
||||
run: |
|
||||
make lint-client
|
||||
if(${GITHUB_REF} == "refs/heads/master") then make lint-client; else make lint-diff-client; fi
|
||||
|
||||
|
||||
unit-test:
|
||||
|
||||
Reference in New Issue
Block a user