mirror of https://github.com/zeldaret/tp
Fix CI checkout speed (#2206)
This commit is contained in:
parent
8514737d46
commit
7ec2d80414
|
|
@ -15,12 +15,9 @@ jobs:
|
|||
version: [GZ2E01]
|
||||
|
||||
steps:
|
||||
# Checkout the repository (shallow clone)
|
||||
# Checkout the repository
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
# Set Git config
|
||||
- name: Git config
|
||||
|
|
|
|||
Loading…
Reference in New Issue