Is there any way to skip a build?

For many CI platforms, I can include [skip ci] in the commit comment to skip the build. For example, this is useful when all I do is update the readme.

Is there an equivalent option for snapcraft?

If you’re using the Snapcraft Builder service then no, that isn’t possible at the moment. If you’re using an alternative CI system then you will need to configure that appropriately, which is unrelated to Snapcraft.

Thanks for the info. Just trying to save your servers some cycles :slight_smile: