Skip to content

Commit

Permalink
ci: fix report status job
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Jun 13, 2024
1 parent 76d15f0 commit d5125da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
retention-days: 30
report-status:
needs: e2e
if: ${{ needs.e2e.result == 'failure' }}
if: failure()
uses: fingerprintjs/dx-team-toolkit/.github/workflows/report-workflow-status.yml@v1
with:
notification_title: 'Hey, <@U04GNKK5ZTQ>! Production e2e tests on demo.fingerprint.com have {status_message}'
Expand Down

0 comments on commit d5125da

Please sign in to comment.