link check only on non-forks

This commit is contained in:
Alvin Huang 2019-04-05 10:38:27 -04:00
parent 5cc7a96641
commit 90d6745368
1 changed files with 4 additions and 0 deletions

View File

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