[PIPELINE SKIP] Option

I just found the option to skip builds using the [CI SKIP] keyword, but it would be great to have the option to skip specific pipelines only.

In my case when I’m working on a small PR I don’t want to trigger a new deploy, but I would like to run the rest of my CI tests. I would like to add something like [DEPLOY SKIP].

This could be generalized by adding keywords to the trigger function.

I.e.

trigger:
  keyword:
    exclude:
    - [DEPLOY SKIP]

Even better would be if drone parsed the PR labels for a specific label trigger, but I’m not sure this is feasible.

Edit: See PR