Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 13, 2024
1 parent 2cfb586 commit 86edc6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fastembed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Calculate alert data
id: calculator
shell: bash
if: (success() || failure()) && github.ref_name == 'notify-nightly-failures'
if: (success() || failure())
run: |
if [ "${{ job.status }}" = "success" ]; then
echo "alert_type=success" >> "$GITHUB_OUTPUT";
Expand All @@ -56,7 +56,7 @@ jobs:
fi
- name: Send event to Datadog
if: (success() || failure()) && github.ref_name == 'notify-nightly-failures'
if: (success() || failure())
uses: masci/datadog@v1
with:
api-key: ${{ secrets.CORE_DATADOG_API_KEY }}
Expand Down

0 comments on commit 86edc6a

Please sign in to comment.