Skip to content

Commit

Permalink
Merge pull request #4 from prdoyle/develop
Browse files Browse the repository at this point in the history
GitHub actions: don't checkout all branches
  • Loading branch information
prdoyle authored Jul 7, 2024
2 parents ff3d7ae + 03a61f9 commit f91c1b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-java@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit f91c1b5

Please sign in to comment.