Xcode Cloud Start Condition: Don't run on Github draft PRs

I've configured a workflow to run through tests when a PR is changed. https://developer.apple.com/documentation/xcode/configuring-start-conditions

Is it possible to configure it so that the tests don't run while it's a draft PR and to only run it once it's moved to ready for review?

My current workflow is:

  1. Create draft PR
  2. Assign github copilot to review
  3. Resolve any copilot comments
  4. Set PR to ready

If there's a lot of back & forth before all comments are resolved, it's just wasted time running the workflow which will either be cancelled or run again when PR is ready.

Xcode Cloud Start Condition: Don't run on Github draft PRs
 
 
Q