Skip to content

Commit

Permalink
Remove fetch depth limits
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew J. Milner <[email protected]>
  • Loading branch information
matterhorn103 committed Dec 16, 2024
1 parent 7badb07 commit c745425
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,12 @@ jobs:
uses: actions/checkout@v4
with:
path: openchemistry/avogadroapp
fetch-depth: 0

- name: Checkout avogadrolibs
uses: actions/checkout@v4
with:
repository: openchemistry/avogadroapp
path: openchemistry/avogadrolibs
fetch-depth: 0

- name: Checkout i18n
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,12 @@ jobs:
uses: actions/checkout@v4
with:
path: openchemistry/avogadroapp
fetch-depth: 0

- name: Checkout avogadrolibs
uses: actions/checkout@v4
with:
repository: openchemistry/avogadrolibs
path: openchemistry/avogadrolibs
fetch-depth: 0

- name: Checkout i18n
uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,11 @@ jobs:
with:
repository: openchemistry/avogadroapp
path: openchemistry/avogadroapp
fetch-depth: 0

- name: Checkout avogadrolibs
uses: actions/checkout@v4
with:
path: openchemistry/avogadrolibs
fetch-depth: 0

- name: Checkout i18n
uses: actions/checkout@v4
Expand Down

0 comments on commit c745425

Please sign in to comment.