Skip to content

Commit

Permalink
ci(build-and-test-differential): set checkout fetch-depth to 1 (#7408)
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
xmfcx authored and KhalilSelyan committed Jul 22, 2024
1 parent ab2a83d commit 942a8bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-differential-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1

- name: Show disk space before the tasks
run: df -h
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1

- name: Show disk space before the tasks
run: df -h
Expand Down

0 comments on commit 942a8bb

Please sign in to comment.