Skip to content

Commit

Permalink
update fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Jan 22, 2025
1 parent 3e1ccce commit 71917bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch full history to ensure access to all branches
fetch-depth: 2

- name: Determine All Changes
id: all-changes
Expand Down

0 comments on commit 71917bd

Please sign in to comment.