Xcode Cloud workflows are not being started (Pull Request Changes)

Any Xcode Cloud workflow with 'Pull Request Changes' as one of its start conditions has suddenly stopped working altogether. The workflow is never started. This issue seems to have begun within the last 48 hours.

Removing the 'Pull Request Changes' start condition makes the workflows functional again.

The test I just ran to confirm this:

  • Created a new Xcode Cloud workflow
  • Selected Start Conditions: 'Pull Request Changes' from/into any branch, when any files are changed
  • Selected Test as the 'Actions'
  • Created a pull request on my github repository
    • The workflow was never started
  • Added 'Branch Changes' to the Start Conditions, specifying branch-a under 'Custom Branches'
  • Pushed to branch-a
    • The workflow was never started
  • Removed 'Pull Request Changes' from the Start Conditions
  • Pushed to branch-a
    • The workflow finally started

Curious if others are having this issue? And if so, is there a timeline for when this will be resolved? I have confirmed that our Github actions are configured properly, and believe this is indeed an issue with Xcode Cloud.

We were having this exact issue. Pull request Changes was working on Friday, stopped working on Monday. Seems to have been fixed now though.

Xcode Cloud workflows are not being started (Pull Request Changes)
 
 
Q