docs: Clarify job.branches definition

Change-Id: Ia9577a44552c07838f888eb6200c4c5beb7296ca
This commit is contained in:
Vitaliy Lotorev 2021-07-31 17:41:30 +03:00 committed by lotorev vitaly
parent 32235f980d
commit e9e20b2080
1 changed files with 2 additions and 2 deletions

View File

@ -797,8 +797,8 @@ Here is an example of two job definitions:
it is used to determine whether each variant on which it appears
will be used when running the job.
If there is no job definition for a given job which matches the
branch of an item, then that job is not run for the item.
If none of the defined job variants contain a branches setting which
matches the branch of an item, then that job is not run for the item.
Otherwise, all of the job variants which match that branch are
used when freezing the job. However, if
:attr:`job.override-checkout` or