Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci/jobs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-05 18:10:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-05 18:10:10 +0300
commitc4acd4624d61ef923453561a698c905c0ffa7b57 (patch)
tree8248d88e7c9957e20f1aaa95d814d13f4d1e65ce /doc/ci/jobs
parent1c359370b3970c41dd8aa0c69fe177f39cb58298 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/jobs')
-rw-r--r--doc/ci/jobs/job_control.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/jobs/job_control.md b/doc/ci/jobs/job_control.md
index 26474f133aa..5ec001f1bcb 100644
--- a/doc/ci/jobs/job_control.md
+++ b/doc/ci/jobs/job_control.md
@@ -384,8 +384,8 @@ to control when to add jobs to pipelines.
You can use `only` or `except` with:
- Specific keywords. See the full list in the [`only`/`except` syntax reference](../yaml/index.md#onlyrefs--exceptrefs).
-- Branch names. You should avoid using branches that are named the same as the specific keywords.
- For example, jobs configured to run for tag pipelines by using the `tags` keyword
+- Branch names. Avoid branch names that are exactly the same as a specific keyword.
+ For example, jobs configured to run for the `tags` keyword (tag pipelines)
would also run for a branch named `tags`.
- Regex patterns to specify a range of branch names.