?
There is no way to configure that in the schedule, but you can somewhat accomplish this by either:
setting the filter to "newest active release" and moving the release to the top on the Release Sequence page
or, if you don't mind multiple failed builds in your release,
setting the filter to "all releases" and filtering at the top of the build plan, e.g.
if $CompareReleaseSequence(!=, $ReleaseNumber, $DesiredReleaseNumber)
{
Log-Information `$ReleaseNumber is $ReleaseNumber, skipping.;
fail;
}