diff --git a/.github/workflows/reusable-lint.yml b/.github/workflows/reusable-lint.yml index 3cee2abd7a6..8dc63bc9a02 100644 --- a/.github/workflows/reusable-lint.yml +++ b/.github/workflows/reusable-lint.yml @@ -48,6 +48,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