mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [github workflows] clone depth
This commit is contained in:
parent
348f7188dd
commit
0d976098e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ail_framework_test.yml
vendored
2
.github/workflows/ail_framework_test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue