Skip to content

Commit 71ba85a

Browse files
authored
Fix job's name in notification (#224)
1 parent d12429f commit 71ba85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@ jobs:
232232
with:
233233
payload: |
234234
{
235-
"text": "CI benchmarks (runTenantsBenchmark) run status: ${{ job.status }}",
235+
"text": "CI benchmarks (runParallelBenchmark) run status: ${{ job.status }}",
236236
"blocks": [
237237
{
238238
"type": "section",
239239
"text": {
240240
"type": "mrkdwn",
241-
"text": "CI benchmarks (runTenantsBenchmark) failed because of *${{ steps.benches.outputs.failed }}*."
241+
"text": "CI benchmarks (runParallelBenchmark) failed because of *${{ steps.benches.outputs.failed }}*."
242242
}
243243
},
244244
{

0 commit comments

Comments
 (0)