Skip to content

Commit

Permalink
tmp fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
jbropho committed Feb 27, 2024
1 parent f18c70a commit a17d9a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 5
fetch-depth: 100
- name: deploy
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 5
fetch-depth: 100
- name: build
run: |
lein kaocha
Expand Down

0 comments on commit a17d9a8

Please sign in to comment.