Skip to content

Commit f194fab

Browse files
author
M. Fatih Cırıt
committed
fetch-depth: 0
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 71e6384 commit f194fab

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build-and-test-cuda.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Check out repository
2626
uses: actions/checkout@v4
27+
with:
28+
fetch-depth: 0
2729

2830
- name: Build and Test
2931
uses: ./.github/actions/build-and-test-action

.github/workflows/build-and-test-daily-arm64.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- name: Check out repository
2727
uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0
2830

2931
- name: Build and Test
3032
uses: ./.github/actions/build-and-test-action

.github/workflows/build-and-test-daily.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- name: Check out repository
2727
uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0
2830

2931
- name: Build and Test
3032
uses: ./.github/actions/build-and-test-action

0 commit comments

Comments
 (0)