Skip to content

Commit

Permalink
do not fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jbropho committed Feb 28, 2024
1 parent b890c55 commit cb84cff
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 @@ -20,7 +20,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
fetch-tags: true
# fetch-tags: true
fetch-depth: 100
- name: deploy
env:
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 @@ -44,7 +44,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
fetch-tags: true
# fetch-tags: true
fetch-depth: 100
- name: build
run: |
Expand Down

0 comments on commit cb84cff

Please sign in to comment.