We have "Auto-cancel redundant builds" checked for our projects. However, this treats all workflows as redundant. For instance, our pull-request workflow will get canceled if we trigger an on-demand deployment workflow. We often want to get an early deployment for testing by QA or designers, for instance, but as soon as we trigger it, it cancels our pull-request workflow. These workflows are not redundant. The pull-request workflow should only be canceled by another trigger of the pull-request workflow.