From 63ccffa454f0e0445e89f249fc0603c6a424dd7c Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 4 Apr 2021 03:01:02 +0200 Subject: [PATCH] chore: skip cache because of flaky behaviors. --- .github/workflows/pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b5380d9398175..06f3e64f92558 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -33,6 +33,10 @@ jobs: uses: golangci/golangci-lint-action@v2.5.1 with: version: latest + # skip cache because of flaky behaviors + skip-pkg-cache: true + skip-build-cache: true + tests-on-windows: needs: golangci-lint # run after golangci-lint action to not produce duplicated errors runs-on: windows-latest