From e7b194834d3b35f79cccd13a39bd14a4509353a7 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 26 Apr 2023 10:39:40 +0200 Subject: [PATCH] docs: zink -> Zink Part-of: --- docs/ci/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci/index.rst b/docs/ci/index.rst index d173d74a3c3..39fdc6808c0 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -303,7 +303,7 @@ See ``bin/ci/ci_run_n_monitor.py --help`` for all the options. The ``--target`` argument takes a regex that you can use to select the jobs names you want to run, eg. ``--target 'zink.*'`` will run all the -zink jobs, leaving the other drivers' jobs free for others to use. +Zink jobs, leaving the other drivers' jobs free for others to use. Note that in fork pipelines, GitLab only adds the jobs for the files that have changed **since the last push**, so you might not get the jobs you expect.