Skip to content

Commit 37a140c

Browse files
dmakarovLucasSte
authored andcommitted
[SOL] Fix Ci error caused by insufficient git history fetched
1 parent 532e28d commit 37a140c

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
@@ -128,6 +128,7 @@ jobs:
128128
- name: checkout the source code
129129
uses: actions/checkout@v4
130130
with:
131+
<<<<<<< HEAD
131132
fetch-depth: 2
132133

133134
# Free up disk space on Linux by removing preinstalled components that
@@ -141,6 +142,9 @@ jobs:
141142
# Rust Log Analyzer can't currently detect the PR number of a GitHub
142143
# Actions build on its own, so a hint in the log message is needed to
143144
# point it in the right direction.
145+
=======
146+
fetch-depth: 0
147+
>>>>>>> 04bf0475aa2 ([SOL] Fix Ci error caused by insufficient git history fetched)
144148
- name: configure the PR in which the error message will be posted
145149
run: echo "[CI_PR_NUMBER=$num]"
146150
env:

0 commit comments

Comments
 (0)