mirror of https://github.com/hashicorp/consul
backport of commit b35371ac27
(#17465)
Co-authored-by: DanStough <dan.stough@hashicorp.com>pull/17472/head
parent
66f7d7b207
commit
2d8b8321f8
|
@ -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