Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 15, 2024
1 parent b7f19f9 commit 4823176
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/amazon_bedrock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ jobs:
run: |
hatch run pip install git+https://github.com/deepset-ai/haystack.git
hatch run test -m "not integration"
- name: Send event to Datadog for nightly failures
if: |
failure() && github.event_name == 'schedule' &&
(steps.nightly-haystack-main.conclusion == 'failure' || steps.tests.conclusion == 'failure')
env:
FAILED_STEP: ${{ if(steps.tests.conclusion == 'failure') }} tests ${{ else }} nightly-haystack-main
uses: ./.github/actions/send_failure
with:
title: "core-integrations failure: ${{ env.FAILED_STEP }} - ${{ github.workflow }}"
title: |
core-integrations failure:
${{ if(steps.tests.conclusion == 'failure') }} tests ${{ else }} nightly-haystack-main
- ${{ github.workflow }}
api-key: ${{ secrets.CORE_DATADOG_API_KEY }}

0 comments on commit 4823176

Please sign in to comment.