Commits with [skip ci] should not update version of the resource if disable_ci_skip is enabled.
In case of pipeline like this:
gitrepo_resource -> GET -> something_doing_job -> PUT -> gitrepo_resource
The PUT updates the version and something_doing_job is triggered again.
There is a workaround described in #18, however this makes pipeline messy and harder to read.
Commits with
[skip ci]should not update version of the resource if disable_ci_skip is enabled.In case of pipeline like this:
gitrepo_resource -> GET -> something_doing_job -> PUT -> gitrepo_resourceThe PUT updates the version and
something_doing_jobis triggered again.There is a workaround described in #18, however this makes pipeline messy and harder to read.