mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 09:53:40 +01:00
Temporarily disable caching in lint action
This commit is contained in:
parent
45f700d6ea
commit
9e2261a813
1 changed files with 2 additions and 2 deletions
4
.github/workflows/golangci-lint.yml
vendored
4
.github/workflows/golangci-lint.yml
vendored
|
|
@ -51,10 +51,10 @@ jobs:
|
|||
# skip-go-installation: true
|
||||
|
||||
# Optional: if set to true then the action don't cache or restore ~/go/pkg.
|
||||
# skip-pkg-cache: true
|
||||
skip-pkg-cache: true
|
||||
|
||||
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
|
||||
# skip-build-cache: true
|
||||
skip-build-cache: true
|
||||
|
||||
- name: Cleanup build container
|
||||
run: docker rm -f -v build
|
||||
|
|
|
|||
Loading…
Reference in a new issue