mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 13:26:23 +00:00
Revert CI cache override. (#8324)
The caches for golangci-lint failed to update correctly causing spurious failures on #8300. To work around this, I disabled caching temporarily. This change removes that override, restoring the default.
This commit is contained in:
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@@ -35,5 +35,4 @@ jobs:
|
||||
version: v1.45
|
||||
args: --timeout 10m
|
||||
github-token: ${{ secrets.github_token }}
|
||||
skip-cache: true
|
||||
if: env.GIT_DIFF
|
||||
|
||||
Reference in New Issue
Block a user