mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 05:51:45 +08:00
Revert "fix(workflows): fix commit ID error in push events mode (#9231)"
This reverts commit 8cd424023e.
This commit is contained in:
@@ -143,9 +143,6 @@ jobs:
|
||||
echo "Merge-base: $MB"
|
||||
python scripts/check_gcov_coverage.py --commit="${MB}...${{ github.event.pull_request.head.sha }}"
|
||||
else
|
||||
# For push events, fetch enough history to resolve HEAD^
|
||||
git fetch --no-tags --prune --depth=2 origin
|
||||
echo "Using HEAD commit for push event"
|
||||
python scripts/check_gcov_coverage.py --commit=HEAD
|
||||
fi
|
||||
- name: Archive screenshot errors
|
||||
|
||||
Reference in New Issue
Block a user