Remove the additional apps checkout step for PR check job

Remove the apps checkout step to save check job time.

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
liuhaitao 2020-03-09 11:12:10 +08:00 committed by Xiang Xiao
parent 199b4d6852
commit 722de0f4f1
1 changed files with 0 additions and 7 deletions

View File

@ -27,13 +27,6 @@ jobs:
path: nuttx
fetch-depth: 0
- name: Checkout apps repo
uses: actions/checkout@v2
with:
repository: apache/incubator-nuttx-apps
path: apps
fetch-depth: 0
- name: Check Pull Request
run: |
cd nuttx