Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tellet-q committed Oct 9, 2024
1 parent f33c853 commit 760dd4f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/continuous-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "CI benchmarks (testSlack) failed because of ${{ steps.benches.outputs.failed }}.
\nReason: ${{ steps.benches.outputs.reason }}.
\nQdrant version: ${{ steps.benches.outputs.qdrant_version }}.
\nEngine **${{ steps.benches.outputs.engine_name }}**
\nDataset **${{ steps.benches.outputs.dataset }}**
\nView the results <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"
"text": "CI benchmarks (testSlack) failed because of ${{ steps.benches.outputs.failed }}.\nReason: ${{ steps.benches.outputs.reason }}.\nQdrant version: ${{ steps.benches.outputs.qdrant_version }}.\nEngine **${{ steps.benches.outputs.engine_name }}**\nDataset **${{ steps.benches.outputs.dataset }}**\nView the results <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"
}
}
]
Expand Down

0 comments on commit 760dd4f

Please sign in to comment.