I want scheduled pipeline to not attach to commit
I have a nightly bdd test pipeline for our project, but I do not want it to be attached to the commit as the latest pipeline, I want that to be the latest build pipeline. Is there a way to run the scheduled bdd test pipeline with it becoming the latest pipeline for the latest commit?
Thanks