mirror of
https://github.com/containers/podman.git
synced 2026-07-13 00:31:45 -04:00
validate: disable golangci-lint cache
Something with the cache is not working right and results in inconsistent lint result. Even on PRs where there are no source code changes we observe random failures. I have seen at least 4 different instances since we the new CI setup. It is not reasonable to spot fix each new warning (mostly just adding new nolint comments) each time as it affects all PRs at once. It will also be very confusing for new contributors. Fixes: #28893 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -99,6 +99,7 @@ jobs:
|
||||
with:
|
||||
version: ${{ steps.gv.outputs.version }}
|
||||
install-only: true
|
||||
skip-cache: true # cache causes flaky results https://github.com/podman-container-tools/podman/issues/28893
|
||||
|
||||
- name: Install pre-commit
|
||||
run: pipx install pre-commit
|
||||
|
||||
Reference in New Issue
Block a user