Skip to content

Commit 066d0fe

Browse files
committed
refactor: Remove unnecessary Git commands from publish-tests workflow
1 parent 2630aa7 commit 066d0fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
cp -r /tmp/editor-preview/resources/* /tmp/runtime/
4444
# Clone LVGL PR
4545
git clone https://github.com/lvgl/lvgl.git /tmp/runtime/lvgl
46-
cd /tmp/runtime/lvgl
47-
git fetch origin pull/7417/head:pr-7417
48-
git checkout pr-7417
4946
5047
- name: Prepare preview files
5148
run: |

0 commit comments

Comments
 (0)