When a tag is annotated beginning with "skip ci" it doesn't actually skip the tags pipeline and the pipeline is run anyway.
Given the tag doesn't have a comment/message, shouldn't the annotation be used to perform the same logic to skip the pipeline?
Hi Patrick,
The intended usage of [skip ci] is to create a commit with [skip ci] as the commit message, and then push a tag after this to apply the tag to that commit.
When you do so in this manner, the tag build is not triggered.
If this is not the method you are using to tag commits, may I know what your use case is?
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.