From 7a8f33f1d5b1e50a9af8bfcd0a2822831c54a923 Mon Sep 17 00:00:00 2001 From: Dan Stough Date: Thu, 25 May 2023 10:24:07 -0400 Subject: [PATCH] chore(ci): skip cache for lint workflow (#17459) --- .github/workflows/reusable-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-lint.yml b/.github/workflows/reusable-lint.yml index 47b3846892..f7032f9866 100644 --- a/.github/workflows/reusable-lint.yml +++ b/.github/workflows/reusable-lint.yml @@ -51,6 +51,7 @@ jobs: working-directory: ${{ matrix.directory }} version: v1.51.1 args: --build-tags="${{ env.GOTAGS }}" -v + skip-cache: true - name: Notify Slack if: ${{ failure() }} run: .github/scripts/notify_slack.sh