Skip to content

Commit

Permalink
ci: skip golangci-lint build cache
Browse files Browse the repository at this point in the history
the go action already takes care of this
  • Loading branch information
twelvelabs committed Mar 10, 2024
1 parent 4f7a267 commit 3bd673c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
with:
version: latest
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: true
skip-cache: true

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3bd673c

Please sign in to comment.