From ef75a84bd27ccecc037acd80fac5332729a2af14 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Wed, 31 Jan 2024 07:25:29 +0100 Subject: [PATCH] MINOR - Fix docs sync alert CI (#14964) --- .github/workflows/sync-docs-v1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs-v1.yml b/.github/workflows/sync-docs-v1.yml index 6e1ab74cce7..2a7854336ec 100644 --- a/.github/workflows/sync-docs-v1.yml +++ b/.github/workflows/sync-docs-v1.yml @@ -69,6 +69,6 @@ jobs: SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - name: Force failure - if: steps.monitor.outcome != 'success' + if: steps.push_content.outcome != 'success' run: | exit 1