mirror of https://github.com/status-im/consul.git
link check only on non-forks
This commit is contained in:
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…
Reference in New Issue