Skip to content

Commit 99920aa

Browse files
committed
Maybe fixed cppcheck diff
1 parent a9b0e98 commit 99920aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-ubuntu-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
id: check-changes
141141
run: |
142142
git fetch origin ${{ github.base_ref }} --depth=1 || true
143+
git checkout ${{ github.base_ref }}
143144
CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}...HEAD)
144145
echo "$CHANGED_FILES" | grep '^src_c/' || echo "::set-output name=skip::true"
145146

0 commit comments

Comments
 (0)