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 e3b0dbe

Browse files
committedJul 23, 2024··
test
1 parent 61c0a30 commit e3b0dbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/tests_hw.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
- name: Checkout user repository
5959
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
6060
uses: actions/checkout@v4
61+
with:
62+
fetch-depth: 0
6163

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

0 commit comments

Comments
 (0)
Please sign in to comment.