mirror of
https://github.com/FalsePattern/fpgradle-workflows.git
synced 2025-04-20 14:32:28 +02:00
remove fetch depth limit
This commit is contained in:
parent
e712d8f149
commit
27b7a8d92f
2 changed files with 1 additions and 4 deletions
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
|
@ -32,8 +32,7 @@ jobs:
|
|||
sudo apt-get install -y mesa-utils xvfb x11-xserver-utils
|
||||
- name: Checkout mod repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout workflows repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
2
.github/workflows/release-tags.yml
vendored
2
.github/workflows/release-tags.yml
vendored
|
@ -28,8 +28,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout mod repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 32
|
||||
|
||||
- name: Validate gradle wrapper checksum
|
||||
uses: gradle/wrapper-validation-action@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue