From 632fa9a9eeb367b0b18c895672202e6c1bb2f7cc Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Mon, 23 Sep 2024 15:43:28 +0200 Subject: [PATCH] [CI] Improve notification Slack message --- .github/workflows/ci__full_1_12.yaml | 2 +- .github/workflows/ci__full_1_13.yaml | 2 +- .github/workflows/ci__full_2_0.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci__full_1_12.yaml b/.github/workflows/ci__full_1_12.yaml index fbe611323e..8e24ec776d 100644 --- a/.github/workflows/ci__full_1_12.yaml +++ b/.github/workflows/ci__full_1_12.yaml @@ -103,7 +103,7 @@ jobs: channel: "#daily-build" username: "GitHub Actions" text: | - ** + ** ${{ needs.static-checks.result == 'success' && ':+1:' || ':x:' }} Static Checks ${{ needs.e2e-mariadb.result == 'success' && ':+1:' || ':x:' }} End-to-End (MariaDB) diff --git a/.github/workflows/ci__full_1_13.yaml b/.github/workflows/ci__full_1_13.yaml index e7f8951ea6..b705b91b04 100644 --- a/.github/workflows/ci__full_1_13.yaml +++ b/.github/workflows/ci__full_1_13.yaml @@ -103,7 +103,7 @@ jobs: channel: "#daily-build" username: "GitHub Actions" text: | - ** + ** ${{ needs.static-checks.result == 'success' && ':+1:' || ':x:' }} Static Checks ${{ needs.e2e-mariadb.result == 'success' && ':+1:' || ':x:' }} End-to-End (MariaDB) diff --git a/.github/workflows/ci__full_2_0.yaml b/.github/workflows/ci__full_2_0.yaml index 064b100060..2bf075b00b 100644 --- a/.github/workflows/ci__full_2_0.yaml +++ b/.github/workflows/ci__full_2_0.yaml @@ -103,7 +103,7 @@ jobs: channel: "#daily-build" username: "GitHub Actions" text: | - ** + ** ${{ needs.static-checks.result == 'success' && ':+1:' || ':x:' }} Static Checks ${{ needs.e2e-mariadb.result == 'success' && ':+1:' || ':x:' }} End-to-End (MariaDB)