File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1111 branches :
1212 exclude :
1313 - v*-doc
14+ paths :
15+ exclude :
16+ - doc/**/*
17+ - galleries/**/*
1418
1519stages :
1620
Original file line number Diff line number Diff line change @@ -369,7 +369,8 @@ will run on all supported platforms and versions of Python.
369369 individual commits by including the following substrings in commit messages:
370370
371371 - ``[ci doc] ``: restrict the CI to documentation checks. For when you only
372- changed documentation.
372+ changed documentation (this skip is automatic if the changes are only under
373+ ``doc/ `` or ``galleries/ ``).
373374 - ``[skip circle] ``: skip the documentation build check. For when you didn't
374375 change documentation.
375376 - Unit tests can be turned off for individual platforms with
You can’t perform that action at this time.
0 commit comments