Skip to content

Commit 0f971c8

Browse files
dmakarovLucasSte
authored andcommitted
[SOL] Fix Ci error caused by insufficient git history fetched
1 parent f6b9e39 commit 0f971c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
- name: checkout the source code
105105
uses: actions/checkout@v4
106106
with:
107+
<<<<<<< HEAD
107108
fetch-depth: 2
108109

109110
# Free up disk space on Linux by removing preinstalled components that
@@ -117,6 +118,9 @@ jobs:
117118
# Rust Log Analyzer can't currently detect the PR number of a GitHub
118119
# Actions build on its own, so a hint in the log message is needed to
119120
# point it in the right direction.
121+
=======
122+
fetch-depth: 0
123+
>>>>>>> 04bf0475aa2 ([SOL] Fix Ci error caused by insufficient git history fetched)
120124
- name: configure the PR in which the error message will be posted
121125
run: echo "[CI_PR_NUMBER=$num]"
122126
env:

0 commit comments

Comments
 (0)