From ea53db4f1ac62babe6d6fd08c86f98cd9211abc2 Mon Sep 17 00:00:00 2001 From: tellet-q <166374656+tellet-q@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:28:32 +0200 Subject: [PATCH] Update text (#212) --- .github/workflows/continuous-benchmark.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-benchmark.yaml b/.github/workflows/continuous-benchmark.yaml index e1fb30d8..9df42538 100644 --- a/.github/workflows/continuous-benchmark.yaml +++ b/.github/workflows/continuous-benchmark.yaml @@ -60,7 +60,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "CI benchmarks (testSlack) failed because of *${{ steps.benches.outputs.failed }}*." + "text": "CI benchmarks (runBenchmark) failed because of *${{ steps.benches.outputs.failed }}*." } }, { @@ -146,7 +146,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "CI benchmarks (testSlack) failed because of *${{ steps.benches.outputs.failed }}*." + "text": "CI benchmarks (runTenantsBenchmark) failed because of *${{ steps.benches.outputs.failed }}*." } }, { @@ -250,7 +250,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "CI benchmarks (testSlack) failed because of *${{ steps.benches.outputs.failed }}*." + "text": "CI benchmarks (runLoadTimeBenchmark) failed because of *${{ steps.benches.outputs.failed }}*." } }, {