summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2023-02-21 15:08:56 +0100
committerMarge Bot <emma+marge@anholt.net>2023-02-25 15:47:18 +0000
commit8203618d455051ec46ba1f5c6b5d527414003c24 (patch)
tree9131cb4faa53eb7918298ff24a5774f656d68178 /.gitlab-ci.yml
parentb52917f9fccb252d49609fd6e5930076b1cf57e5 (diff)
ci: correct typo in name of linkcheck job
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21448>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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