[SciPy-Dev] Can a PR be configured to run only the build of the docs?

Ralf Gommers ralf.gommers at gmail.com
Wed Apr 28 17:17:50 EDT 2021


On Wed, Apr 28, 2021 at 9:18 PM Warren Weckesser <warren.weckesser at gmail.com>
wrote:

> I am working on an addition to the docs that only touches one existing
> .rst file and adds one new .rst file.    For the initial pull request,
> I want to run just CircleCI and generate the CircleCI docs artifact. I
> haven't followed all the changes to how CI is currently configured and
> run.  Is there text that I can add to the commit message (or some
> other method) so that only the CircleCI jobs are run?
>

Not all providers support this, Azure is the worst. Travis CI has `[skip
travis]`  and for GH Actions we use a custom `[skip github]` inside our
action yaml files (I think it works, but not 100% sure - let us know if you
try it).

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/scipy-dev/attachments/20210428/91bb508f/attachment.html>


More information about the SciPy-Dev mailing list