From ec8e057e4cd8822c8c548cc81162f6d96cfe24d1 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 4fcab23b8b..397c2c9940 100644 --- a/tools/ci/config/host-test.yml +++ b/tools/ci/config/host-test.yml @@ -277,6 +277,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