From a4addc88f20fd1ae1c1c2e7258f21137a2fd9f95 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 3 Dec 2019 10:40:30 +0100 Subject: [PATCH] ci: remove dependencies from link_check job --- tools/ci/config/host-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci/config/host-test.yml b/tools/ci/config/host-test.yml index e730d13605..41cc45779c 100644 --- a/tools/ci/config/host-test.yml +++ b/tools/ci/config/host-test.yml @@ -301,6 +301,7 @@ check_doc_links: paths: - docs/_build/linkcheck expire_in: 1 week + dependencies: [] script: # must be triggered with CHECK_LINKS=Yes, otherwise exit without test - test "$CHECK_LINKS" = "Yes" || exit 0