Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b8f7dfe

Browse files
committedJul 23, 2024··
test
1 parent 8a09b37 commit b8f7dfe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎.github/workflows/tests_hw.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ jobs:
5757
5858
- name: Checkout user repository
5959
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
60-
uses: actions/checkout@v4
61-
with:
62-
sparse-checkout: |
63-
*
60+
uses: actions/checkout@v4.1.5
6461

6562
- name: List files recursively
6663
if: ${{ steps.check-tests.outputs.enabled == 'true' }}

0 commit comments

Comments
 (0)
Please sign in to comment.