Skip to content

Commit

Permalink
remove depth limit when ci fetches main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Sep 22, 2024
1 parent 7a4a439 commit c01f7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license_header_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:

- name: license header check
run: |
git fetch origin main --depth 1
git fetch origin main
make license-header-check

0 comments on commit c01f7c4

Please sign in to comment.