Not sure if this is by intention or a bug.
When making use of custom pipelines like this image.
I have CircleCI configs that live in a different repository to the actual code eg: circleci-central and client-repo
If I try to trigger the pipeline and the parameters all match up etc then it will likely use the config from the centralised repo.
But if the commit that was deployed last contains “[skip ci]” then the custom pipeline won’t trigger, even if you’re trying to manually trigger it.
We won’t be using client-repo/.circleci/config.yml for this project so it’s trigger was removed, so I’m unsure how exactly I’m able to trigger a custom pipeline with parameters when the last commit was ci skipped.
