From 953df6b6e6301b7cbefa929c07bab0d48df695aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:59:16 +0000 Subject: [PATCH] ci: Move weekly coverage stats to `hubble` chanel (#1689) --- .github/workflows/notify-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-coverage.yml b/.github/workflows/notify-coverage.yml index 70b6ff187..ae64a13f2 100644 --- a/.github/workflows/notify-coverage.yml +++ b/.github/workflows/notify-coverage.yml @@ -27,5 +27,5 @@ jobs: method: chat.postMessage token: ${{ secrets.SLACK_BOT_TOKEN }} payload: | - channel: 'C04SHCL4FKP' + channel: 'C05GGH4GP4N' text: ${{ needs.coverage-trend.outputs.msg }}