Skip to content

Commit

Permalink
exclude x and li
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-ho committed Mar 21, 2024
1 parent e96266d commit 29b4af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
retry_wait_seconds: 60
max_attempts: 3
retry_on: error
command: blc https://www.getdaft.io -ro --exclude www.pytorch.org/ --exclude https://github.com/Eventual-Inc/Daft/
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/
- name: Send Slack notification on failure
uses: slackapi/[email protected]
if: failure()
Expand Down

0 comments on commit 29b4af8

Please sign in to comment.