mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
Fix CI checkout speed (#2206)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user