mirror of https://github.com/hashicorp/consul
chore(ci): skip cache for lint workflow
parent
a90c9ce2b0
commit
b35371ac27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue