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 11
11
branches :
12
12
exclude :
13
13
- v*-doc
14
+ paths :
15
+ exclude :
16
+ - doc/**/*
17
+ - galleries/**/*
14
18
15
19
stages :
16
20
Original file line number Diff line number Diff line change @@ -369,7 +369,8 @@ will run on all supported platforms and versions of Python.
369
369
individual commits by including the following substrings in commit messages:
370
370
371
371
- ``[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/ ``).
373
374
- ``[skip circle] ``: skip the documentation build check. For when you didn't
374
375
change documentation.
375
376
- Unit tests can be turned off for individual platforms with
You can’t perform that action at this time.
0 commit comments