fix: [github workflows] clone depth

This commit is contained in:
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

View file

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