File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -363,19 +363,18 @@ will run on all supported platforms and versions of Python.
363363* If you know only a subset of CIs need to be run, this can be controlled on
364364 individual commits by including the following substrings in commit messages:
365365
366- - If you only changed documentation, use ``[ci doc] `` to restrict the CI to
367- documentation checks .
368- - If you didn't change any documentation, use ``[skip circle] `` to skip the
369- documentation build check .
366+ - ``[ci doc] ``: restrict the CI to documentation checks. For when you only
367+ changed documentation .
368+ - ``[skip circle] ``: skip the documentation build check. For when you didn't
369+ change documentation .
370370 - Unit tests can be turned off for individual platforms with
371371
372- - GitHub Actions: ``[skip actions] ``
373- - AppVeyor: ``[skip appveyor] `` (must be in the first line of the commit)
374- - Azure Pipelines: ``[skip azp] ``
375-
376- - If you know your changes do not need to be tested at all (this is very
377- rare!), all CIs can be skipped by including ``[ci skip] `` or ``[skip ci] ``.
372+ - ``[skip actions] ``: GitHub Actions
373+ - ``[skip appveyor] `` (must be in the first line of the commit): AppVeyor
374+ - ``[skip azp] ``: Azure Pipelines
378375
376+ - ``[ci skip] `` or ``[skip ci] ``: skip all CIs. Use this only if you know
377+ your changes do not need to be tested at all (this is very rare!)
379378
380379.. _pr-squashing :
381380
You can’t perform that action at this time.
0 commit comments