ci: correct typo in name of linkcheck job

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21448>
This commit is contained in:
Erik Faye-Lund 2023-02-21 15:08:56 +01:00 committed by Marge Bot
parent b52917f9fc
commit 8203618d45

View file

@ -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