Skip to content

Commit 6d8fd9f

Browse files
committed
test
1 parent 45178a6 commit 6d8fd9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests_hw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
6060
uses: actions/checkout@v4
6161
with:
62-
set-safe-directory: true
62+
sparse-checkout: |
63+
.github
64+
tests
6365
6466
- name: List files recursively
6567
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
6668
run: |
67-
git config --global --add safe.directory $GITHUB_WORKSPACE
68-
git pull
6969
echo "GitHub workspace: $GITHUB_WORKSPACE"
7070
echo "Working directory: $PWD"
7171
echo "Listing files:"

0 commit comments

Comments
 (0)