Skip to content

Commit

Permalink
ci: send slack notification for broken links
Browse files Browse the repository at this point in the history
Seems like Slack notifications stopped working after #3317
  • Loading branch information
ccmao1130 authored Jan 30, 2025
1 parent 3462732 commit ff172e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
max_attempts: 3
retry_on: error
command: blc https://www.getdaft.io -ro --exclude www.pytorch.org/ --exclude https://github.com/Eventual-Inc/Daft/ --exclude https://twitter.com/daft_dataframe --exclude https://www.linkedin.com/company/eventualcomputing/
notify_on_failure:
runs-on: self-hosted
if: failure()
needs: check-links
steps:
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v2.0.0
if: failure()
with:
payload: |
{
Expand Down

0 comments on commit ff172e9

Please sign in to comment.