link check only on non-forks

pull/5607/head
Alvin Huang 6 years ago
parent a05363161d
commit 172652a7cb

@ -300,6 +300,10 @@ workflows:
- docs-link-checker:
requires:
- build-website
filters:
branches:
ignore:
- /^pull\/.*$/ # only run link checker on non forks
- deploy-website:
requires:
- docs-link-checker

Loading…
Cancel
Save