diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1d24918c773b..d47e2be39f03 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -35,6 +35,7 @@ jobs: version: latest # skip cache because of flaky behaviors skip-build-cache: true + skip-pkg-cache: true tests-on-windows: needs: golangci-lint # run after golangci-lint action to not produce duplicated errors