Skip to content

Commit

Permalink
Update text (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellet-q authored Oct 9, 2024
1 parent 793f3d0 commit ea53db4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}*."
}
},
{
Expand Down Expand Up @@ -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 }}*."
}
},
{
Expand Down Expand Up @@ -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 }}*."
}
},
{
Expand Down

0 comments on commit ea53db4

Please sign in to comment.