From ef02664c2fb65c8b36433b699b1c300a7e99c39a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 14 Dec 2023 12:45:18 +0100 Subject: [PATCH] updatecli: skip slack notifications (#3717) --- .github/workflows/bump-elastic-stack-snapshot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bump-elastic-stack-snapshot.yml b/.github/workflows/bump-elastic-stack-snapshot.yml index 564e1ef5fa..5246052ff3 100644 --- a/.github/workflows/bump-elastic-stack-snapshot.yml +++ b/.github/workflows/bump-elastic-stack-snapshot.yml @@ -34,5 +34,6 @@ jobs: vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} vaultSecretId: ${{ secrets.VAULT_SECRET_ID }} pipeline: ./.ci/bump-elastic-stack-snapshot.yml + notifyIfFailure: false env: BRANCH: ${{ matrix.branch }}