From 63743408848f13694fc0e01a1faac3248de49e6f Mon Sep 17 00:00:00 2001 From: romsharon98 Date: Wed, 25 Sep 2024 23:47:55 +0300 Subject: [PATCH] done --- .github/workflows/ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b96ff7b8b04c..e4b29bf8e9dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -673,7 +673,7 @@ jobs: notify-slack-failure: name: "Notify Slack on Failure" - # if: github.event_name == 'schedule' && failure() + if: github.event_name == 'schedule' && failure() runs-on: ["ubuntu-22.04"] steps: - name: Notify Slack @@ -684,17 +684,13 @@ jobs: channel-id: 'zzz_webhook_test' payload: | { - "text": "🚨🕒 Scheduled CI Failure Alert 🕒🚨\n\n - *Details:* ", + "text": "🚨🕒 Scheduled CI Failure Alert 🕒🚨\n\n*Details:* ", "blocks": [ { "type": "section", "text": { "type": "mrkdwn", - "text": "🚨🕒 Scheduled CI Failure Alert 🕒🚨\n\n - *Details:* " + "text": "🚨🕒 Scheduled CI Failure Alert 🕒🚨\n\n*Details:* " } } ]