Skip to content

Commit

Permalink
ci: finalize report-status job
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed May 27, 2024
1 parent a5da780 commit b0ddb15
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/production_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,10 @@ jobs:
retention-days: 30
report-status:
needs: e2e
if: always()
# Run always for now to test it out, later we switch to on-failure only
# if: ${{ needs.e2e.result == 'failure' }}
if: ${{ needs.e2e.result == 'failure' }}
uses: fingerprintjs/dx-team-toolkit/.github/workflows/report-workflow-status.yml@v1
with:
notification_title: 'Production e2e tests on demo.fingerprint.com have {status_message}'
notification_title: 'Hey, <@U04GNKK5ZTQ>! Production e2e tests on demo.fingerprint.com have {status_message}'
job_status: ${{ needs.e2e.result }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit b0ddb15

Please sign in to comment.