Anyone know if there is a means of preventing a pipeline schedule from re-building the same commit?
We have a daily schedule setup and often do not have commits over the weekend into our develop branch. The pipeline schedule will perform the pipeline on the same commit over the weekend.
Would be nice to have a configuration option in the pipeline yaml config like `rebuild-commits: false`. No seeing any option like this in the documentation.