chore(ci): skip cache for lint workflow (#17459)
This commit is contained in:
parent
1d42274870
commit
f07290ffb0
|
@ -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…
Reference in New Issue