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 <[email protected]>
  • Loading branch information
xmfcx authored Jun 10, 2024
1 parent 5d579ba commit 8e66943
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 8e66943

Please sign in to comment.