When setting up Azure Static Web Apps and using Github workflow, sometimes pull-request builds will fail. The error is:
"This Static Web App already has the maximum number of staging environments".
Here's an excerpt from the Github Workflow build log:

How do I remove some of the staging environments so builds / pull-requests can complete?
