fix: [github workflows] clone depth

pull/569/head
Thirion Aurélien 2021-06-11 14:33:55 +02:00 committed by GitHub
parent 348f7188dd
commit 0d976098e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ on:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
@ -29,6 +28,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 500
# Runs a single command using the runners shell