From e980d504000d2a4d9a4ceafb44493f931663a995 Mon Sep 17 00:00:00 2001 From: romsharon98 Date: Thu, 26 Sep 2024 10:29:18 +0300 Subject: [PATCH] fix static checks --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4b29bf8e9dd..eb63fdd0c76b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -682,6 +682,7 @@ jobs: with: payload-delimiter: "." channel-id: 'zzz_webhook_test' + # yamllint disable rule:line-length payload: | { "text": "🚨🕒 Scheduled CI Failure Alert 🕒🚨\n\n*Details:* ", @@ -695,5 +696,6 @@ jobs: } ] } + # yamllint enable rule:line-length env: SLACK_BOT_TOKEN: ${{ env.SLACK_BOT_TOKEN }}