Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Don't fetch tags in test workflow
Browse files Browse the repository at this point in the history
No longer needed since vweevers/hallmark@60aa51d.
  • Loading branch information
vweevers committed Jun 7, 2021
1 parent a284cff commit 922734b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch tags
run: git fetch --tags
- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 922734b

Please sign in to comment.