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 <matterhorn103@proton.me>
  • Loading branch information
matterhorn103 committed Dec 16, 2024
1 parent 05e9926 commit 2ced0b2
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 @@ -69,13 +69,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
2 changes: 0 additions & 2 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,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
2 changes: 0 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,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

0 comments on commit 2ced0b2

Please sign in to comment.