A commit was made that contained [skip ci]. Then, a branch was created from this commit. Next, a tag was created from this branch.
There is a pipeline that monitors for new tags and builds them.
However, the pipeline doesn't trigger due to the last commit containing [skip ci].
Is there a good pattern for overriding this so that the tags pipeline triggers?