Skip to content

Commit

Permalink
try a better workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 15, 2024
1 parent 06022f4 commit b7f19f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/amazon_bedrock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ jobs:
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:
${{ if(steps.tests.conclusion == 'failure') }} tests ${{ else }} nightly-haystack-main
- ${{ github.workflow }}"
title: "core-integrations failure: ${{ env.FAILED_STEP }} - ${{ github.workflow }}"
api-key: ${{ secrets.CORE_DATADOG_API_KEY }}

0 comments on commit b7f19f9

Please sign in to comment.