From 8203618d455051ec46ba1f5c6b5d527414003c24 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 21 Feb 2023 15:08:56 +0100 Subject: [PATCH] ci: correct typo in name of linkcheck job Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bde612018ba..dd6839aa30d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -182,7 +182,7 @@ test-docs-mr: when: on_success # Other cases default to never -lincheck-docs: +linkcheck-docs: extends: .docs-base # Cancel job if a newer commit is pushed to the same branch interruptible: true