Do not clone submodules in forks.
This commit is contained in:
parent
5430d792d1
commit
7d3c447145
3 changed files with 8 additions and 0 deletions
1
.github/workflows/danger.yml
vendored
1
.github/workflows/danger.yml
vendored
|
|
@ -13,6 +13,7 @@ jobs:
|
|||
with:
|
||||
ssh-private-key: ${{ secrets.ELEMENT_ENTERPRISE_DEPLOY_KEY }}
|
||||
- name: Clone submodules
|
||||
if: github.repository == 'element-hq/element-x-android'
|
||||
run: git submodule update --init --recursive
|
||||
- run: |
|
||||
npm install --save-dev @babel/plugin-transform-flow-strip-types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue