Generally available: Static Web Apps support for skipping API builds
Published date: November 09, 2022
Azure Static Web Apps provides the option to skip the default API builds via GitHub Actions and Azure pipelines. While setting up the YAML build configuration, you can set the skip_api_build flag to true in order to skip building the APIs.
This feature is now generally available.