Skip to content

Commit 218be78

Browse files
committed
DOC: Update [ci skip]
1 parent 42fe53c commit 218be78

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/devel/coding_guide.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,15 @@ will run on all supported platforms and versions of Python.
220220
.. _tox: https://tox.readthedocs.io/
221221

222222
* If you know your changes do not need to be tested (this is very rare!), all
223-
CIs can be skipped by including ``[ci skip]`` or ``[skip ci]`` in your
224-
commit message. If you know only a subset of CIs need to be run (e.g.,
225-
if you are changing some block of plain reStructuredText and only want
226-
only CircleCI to run to render the result), individual CIs can be skipped
227-
to save bandwidth using:
223+
CIs can be skipped for a given commit by including ``[ci skip]`` or
224+
``[skip ci]`` in the commit message. If you know only a subset of CIs need
225+
to be run (e.g., if you are changing some block of plain reStructuredText and
226+
want only CircleCI to run to render the result), individual CIs can be
227+
skipped on individual commits as well by using the following substrings
228+
in commit messages:
228229

229230
- GitHub Actions: ``[skip actions]``
230-
- AppVeyor: ``[skip appveyor]``
231+
- AppVeyor: ``[skip appveyor]`` (must be in the first line of the commit)
231232
- Azure Pipelines: ``[skip azp]``
232233
- CircleCI: ``[skip circle]``
233234

0 commit comments

Comments
 (0)