Browse Source

chore(ci): skip cache for lint workflow (#17459)

pull/17437/head^2
Dan Stough 2 years ago committed by GitHub
parent
commit
7a8f33f1d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/reusable-lint.yml

1
.github/workflows/reusable-lint.yml

@ -51,6 +51,7 @@ jobs:
working-directory: ${{ matrix.directory }} working-directory: ${{ matrix.directory }}
version: v1.51.1 version: v1.51.1
args: --build-tags="${{ env.GOTAGS }}" -v args: --build-tags="${{ env.GOTAGS }}" -v
skip-cache: true
- name: Notify Slack - name: Notify Slack
if: ${{ failure() }} if: ${{ failure() }}
run: .github/scripts/notify_slack.sh run: .github/scripts/notify_slack.sh

Loading…
Cancel
Save