Skip to content

Commit

Permalink
update pr workflow: always notify slack
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAZimmerly committed Jan 28, 2025
1 parent f395b8b commit 32ea32b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Send Slack Message
if: always()
run: |
curl -X POST -H 'Content-type: application/json' \
--data '{"text":"Android Mobile SDK PR/Merge job finished with status: ${{ job.status }}"}' ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 32ea32b

Please sign in to comment.