Module: Mesa Branch: main Commit: 8203618d455051ec46ba1f5c6b5d527414003c24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8203618d455051ec46ba1f5c6b5d527414003c24
Author: Erik Faye-Lund <[email protected]> Date: Tue Feb 21 15:08:56 2023 +0100 ci: correct typo in name of linkcheck job Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21448> --- .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
